搜索资源列表
1-词频统计_code
- c#环境下,编程实现统计用词频率,类似于一般的背诵单词软件-environment, programming statistics word frequency, similar to the word recitation of the general software
MFC查词典、分词、词频统计程序
- MFC编程,功能是查词典(用户可自己导入文本),分词,统计词频,还可以保存结果!我们MFC课的期末作业,强烈推荐!-MFC programming function is to check dictionary (users can import their own version), participle, statistical, frequency, the results can be saved! We MFC class at the end operations, strongly
中文词频统计软件
- 可以统计中文词汇的词频
哈希表实现词频统计
- java实现,哈希表实现词频统计。
wordcounter.rar
- 词频统计工具:由用户指定搜索范围,程序遍历搜索范围中所有文本文件(*.txt),统计文本中所有出现单词的出现次数。遍历之后,计算所有单词的出现频率,将各单词按出现频率由大到小排列汇同其出现频率输出到用户指定的文件中。,Frequency statistical tools: the scope of the search specified by the user, the program searches all traverse text file (*. txt), text statis
tfidf.rar
- tf-idf 是进行词频统计的程序,可对词频进行统计,是实现文本分类的前期操作方法!,term frequency invers ducuments frequency
基于哈希表的词频统计
- 基于哈希表的词频统计 -Hash table based on word frequency statistics
ChineseSplit
- 一个基于VB.NET开发的中文分词及关键词提取系统,采用双向最大匹配、词频统计、快速排序等算法实现。-VB.NET developed based on Chinese word segmentation and Key Extraction System, the largest two-way matching, word frequency statistics, such as quick sort algorithm.
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
- 中文文档的词频统计程序,已经通过调试!可以正常使用。程序是用C#编写的-words frequency
Cipin
- 自己写的词频统计小程序 统计多文件夹下cpp与txt文件中词频~~ vc6.0 下编译 -Their own written word frequency statistics and more statistics applet cpp folder and txt file under ~ ~ vc6.0 frequency compiler
WordFrequency
- 词频统计~JAVA~实现最简单的词频统计功能-Frequency Statistics ~ JAVA ~ to achieve the simplest function of word frequency statistics
dancicipingtongji
- 单词词频统计程序,结果使文章中的单词按字典顺序排列,且计算出每个单词出现的频率(即次数)-Word Frequency Statistics of procedures, resulting in articles in the order of words according to the dictionary, and to calculate the frequency of each word (ie, times)
23
- 词频统计就是统计一个句子或一篇文章中各种词出现的频率,它是中文信息处理的一项基本技术,在很多领域中都有重要的应用。例如在中文搜索引擎(如Google、百度)中,除特别常用的词以外,一篇文章中出现频率较高的词通常能反映这篇文章的主题,因此可以使用词频来对中文文章进行归类。本案例实现按词表对文章中的词语进行分析,并按字典序给出词表中各词语在文章中出现的次数。-Frequency Statistics is a statistical one sentence or an article in the
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
ngrams
- 自然语言处理相关程序,有关分词的和词频统计-Natural language processing procedures, the statistical segmentation and word frequency
Main
- 利用java的字符串分词实现英文文本的词频统计并进行输出(Using java string word segmentation to achieve English word frequency statistics and output)
词频统计
- 进行词频统计,将不同的单词存入堆中,建立相应的索引表确定各单词在堆中存储的位置及出现的次数。(Will different words in the heap, establish the corresponding index table to determine the position of each word in the heap storage and the number of occurrences of.)
exercise_1
- 词频统计,用于计算一篇文章内单词出现频率,并显示出排序后的单词出现频率。(Word frequency statistics)