搜索资源列表
wvtool-1.1
- 一个很不错的词频统计程序,目前只支持英文,中文的本人正在修改中.改好后上传给大家分享
App7
- 词频统计程序。具体功能是在当前目录下读取文本文件,然后统计词频。
wordstat_java
- 简单的词频统计,利用java 实现,使用hash表
tfidf.rar
- tf-idf 是进行词频统计的程序,可对词频进行统计,是实现文本分类的前期操作方法!,term frequency invers ducuments frequency
IKAnalyzer
- IKAnalyzer实现词频统计,对英语和汉语均能实现简单词频统计-IKAnalyzer achieve word frequency, in English and Chinese can simple word frequency
word-frequency
- java 编写的词频统计,包含极易分词软件的包,Lucene包,程序调试通过-java written word frequency, word that contains the software package easy points, Lucene package, program debugging by
WordFrequency
- 词频统计~JAVA~实现最简单的词频统计功能-Frequency Statistics ~ JAVA ~ to achieve the simplest function of word frequency statistics
06000213
- Java等面向对象语言实现文本文件的词频统计功能,并以图形化的形式显示文件中词语出现的频次-Java and other object-oriented language of the text file function word frequency statistics, and graphical display of the document in the form of the frequency of the words appear
zhengdike
- (个人原创)《中文网页自动分类》 牵扯的技术有:分词,统计词频,踢出网页中一些特殊字符(用正则表达式),还有需要提取培训集等等!! 此软件禁止商业活动,版权所属“qyTT论坛--www.qyclass.org/bbs” 本文来自: qyTT论坛 http://www.qyclass.org/bbs 我们的使命:让世界认识qyTT,让qyTT认识世界! 结果分析的思想:就是把得到的词频与建立的词库里每一类进行比较,如果存在一个最大匹配程度,就去这个类作为结果,如果存
javaTermFreq
- java中对英文分词后,去词干后进行词频统计的代码-stastic the frequency of english words after steming and looking up stopword list
CountWord
- 词频统计:一篇txt的英文文章,统计出出现最多的三个单词,并给出出现次数。-Frequency Statistics
English-word-frequency-statistics-
- 英语单词词频统计程序,可以统计txt文件中的英语单词词频个数-Frequency number of English words in the English word word frequency statistics program, you can count txt file
IR
- 索引词的选择 1、 切词及词频统计:利用已选择的分词软件对文档进行切词处理,并进行词频统计,形成DocIndex文件,结构为:文档号、频率、词。注意保留中间结果,建立合理的数据结构来存储。 2、 分配词权重: 采用词频标准化(tfi = tfi/Max(tf))和tf*idf两种方式分配词的权重。由DocIndex文件生成DocIndex(tf) 和DocIndex(tf*idf)文件。注意阈值的确定,词的取舍。 3、 形成倒置文档:将DocIndex(tf) 和DocInde
wordRate
- 读取文件,英文词频统计,按字母顺序输出!-This code can read the local txt to get the frequency of every word!
CutWords
- 程序自动读取文件,进行中文词频统计,有输出结果并存到本地文件-You can get the frequency of the Chinese words by using this code!
word-frenquency-statics
- java语言编写 词频统计, 有界面 很实用-java language word frequency statistics, there are very practical interface
WordFrequency
- 词频统计程序,map存数据,实现了按key和value值排序-Frequency Statistics program and map data stored Sort by key and value value
d3-cloud-master
- 词云个性化系统,一个非常好的用于词频统计和展示的系统,实现词语展示的个性化及更好的可视化-wordcloud,a very good system for word total and performance!
Calfreq
- 对英文文档分词,实现文章的词频统计以及整序排列输出-The English word document, word frequency statistics and realize the article output of the entire sequence alignment
WordCount
- WORDCOUNT单词词频统计,能遍历文件夹,分辨文件类型并统计文档文件中的单词频率,排序输出。包含文件搜索类ScanWord,单词统计类TextDoc,并有两个类的JUnitTest文件及相应的说明文档readme,正确性文档。-Word frequency statistics file and sort output, including file search category ScanWord, word statistical category TextDoc, and there