CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 词频

搜索资源列表

  1. tfidf

    0下载:
  2. 文本的词频计算,用到了lucene的分词工具,用java实现-Text of the word frequency calculations, the word used in the sub-lucene tools to achieve with java
  3. 所属分类:Applet

    • 发布日期:2017-04-03
    • 文件大小:2432
    • 提供者:夏仁山
  1. zhongwenfenci

    0下载:
  2. 使用字典的中文分词程序 输入: Dic.txt: 词典文件 Target.txt: 目标文件 输出: Result_back.txt:后向分词的结果 Result_front.txt:前向分词的结果 Result.txt: 双向扫描,对词频统计分析得到的结果 -The Chinese word dictionary program input: Dic.txt: dictionary file Target.txt: Target file output
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2886372
    • 提供者:Han li
  1. GBK_pinyin_table

    0下载:
  2. GBK拼音字表,含有32026个汉字,还包括词频,是开发输入法的绝佳语料库-GBK pinyin table 32026
  3. 所属分类:IME Develop

    • 发布日期:2017-04-02
    • 文件大小:500596
    • 提供者:唐凤玉
  1. UCChineses

    0下载:
  2. 用VB6.0开发的中文词频统计软件,可在word文档中中自动找出所有的词语,并从按照词频高低排序。附测试文档。 -VB6.0 to develop the Chinese word frequency statistics software, automatically find all the words in a word document, and from the word frequency level of sort. Attached to the test document.
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-09
    • 文件大小:71018
    • 提供者:提倡
  1. 2

    1下载:
  2. c#中文分词源码,基于词频,词性等,可提取自定义数量的关键词-Chinese word c# source code, based on word frequency, part of speech, can customize the number of keywords extracted
  3. 所属分类:Windows Develop

    • 发布日期:2016-02-05
    • 文件大小:10486923
    • 提供者:spkl
  1. My_TDIF2

    0下载:
  2. Mapreduce实现的TF-IDF词频统计分析,可以直接运行于HADOOP环境下,适合初学者。-Realization Mapreduce TF-IDF, word frequency statistics, can be run directly in the the under HADOOP environment, suitable for beginners.
  3. 所属分类:MPI

    • 发布日期:2017-04-01
    • 文件大小:11979
    • 提供者:洪旭昇
  1. GRE_ciping(mimace)

    0下载:
  2. GRE词频(密码册),一部介绍密码册GRE词频的书籍-GRE word frequency (password booklet), a password list introduced frequency GRE books
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:215528
    • 提供者:luoshaohua
  1. word_freq

    0下载:
  2. 词频统计的字库,希望对各位能有所帮助吧 -Word frequency statistics, font, and they hope you can help it
  3. 所属分类:Other systems

  1. 0896170052

    0下载:
  2. 实现指定路径下的所有文件词频统计,基于命令行的。文件包括cpp和release版的exe-The achievement of designated trails of all documents under the frequency statistics, based on the command line. Documents include cpp and release version of the exe
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-30
    • 文件大小:5294
    • 提供者:王楠
  1. WordStatistics

    0下载:
  2. 用C对英文文章进行词频统计(只针对英文文章)-words statistics by language C(to english text).用C对英文文章进行词频统计
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-03
    • 文件大小:710930
    • 提供者:chenjin
  1. tokenizer_and_compute_frequency

    0下载:
  2. 思路:将文件逐行读入,然后用StringTokenizer进行处理,将一个个word以(名称,出现次数)存入hashmap,依次统计如果出现多次出现次数递加,文件全部处理完后再读出,这样就算出了词频-Idea: read the file line by line, and then processed using StringTokenizer will be a word to (name, frequency) into the hashmap, followed by statistic
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:1053
    • 提供者:zx
  1. Src____wordcloud_src

    0下载:
  2. 基于词频的国外分词代码,这个可以和国内的一些代码做比较。-Frequency-based segmentation of the foreign code, the number of domestic can be compared to the code.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:73578
    • 提供者:wangzhen
  1. 051_276_project3

    0下载:
  2. 根据分词程序结果用倒排文件对词频进行统计,并输出索引-Segmentation results of the proceedings in accordance with the inverted file used to compile the statistics on the frequency and the output index
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-15
    • 文件大小:4086649
    • 提供者:liangxiao
  1. testchar

    0下载:
  2. 统计一些文档的每个词的词频,计算出每个词的词的权值,并按次权值大小排序输出。-Statistics of some of the document term frequency of each word to calculate the right word for each word value, in accordance with sub-weight size of the sort output.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:2649
    • 提供者:刘海峰
  1. cipin

    0下载:
  2. 实现了读入文章,英文短文,并能够实现词频个数的统计,计算出现频率-Achieved a read articles, essays in English and be able to achieve the number of word frequency statistics, the calculation of frequency of occurrence!!!!!!!
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:757
    • 提供者:yuchunhui
  1. ciping1

    0下载:
  2. 能实现词频统计,实现读入英文,并计算出现频率!!!!!!!能实现词频统计,实现读入英文,并计算出现频率-To achieve word frequency statistics, the realization of reading in English, and calculate the frequency! ! ! ! ! ! ! To achieve word frequency statistics, the realization of reading in English, and
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1892
    • 提供者:yuchunhui
  1. Triivi

    0下载:
  2. 一款功能强大的英文输入软件,它能够帮助你提高英文输入的速度与准确度,使基于英文文本的工作更加轻松。标准版具有50万词汇量,可以扩充专业词库(约20万词汇),具备词频调整、智能纠错、自学习和翻译的功能。从此英文输入不再是一件难事! -Current Version: 2.0-- open source, totally free! >>Auto-completion words and phrases. >>Sort suggestions b
  3. 所属分类:Other systems

    • 发布日期:2017-05-25
    • 文件大小:8233983
    • 提供者:samuel
  1. 1

    0下载:
  2. 最大概率分词法,词频词典用的是北语版的也有可能是词典的原因-Maximum probability sub-lexical, word frequency dictionary used in the North language version of the dictionary is also possible that the reasons for
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:87747
    • 提供者:veron781
  1. wordcount1

    0下载:
  2. 用C 语言实现词频统计,效果比较好,但是有些BUG-ues C language to realize a word-counter
  3. 所属分类:File Operate

    • 发布日期:2017-03-29
    • 文件大小:677
    • 提供者:谢萧昕
  1. Wordfrequencystatistics

    0下载:
  2. 对英文文章的单词进行统计词频 并输出 主要应用文本分类中的对文章的处理-Word article on the English word frequency and the output of the main statistical application of text categorization of the articles deal with
  3. 所属分类:SCM

    • 发布日期:2017-04-08
    • 文件大小:575599
    • 提供者:feifei
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com