搜索资源列表
哈希表实现词频统计
- java实现,哈希表实现词频统计。
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 a
1-词频统计_code
- c#环境下,编程实现统计用词频率,类似于一般的背诵单词软件-environment, programming statistics word frequency, similar to the word recitation of the general software
2005413185023558
- 本程序是用哈希表实现词频统计,用java实现的,仅用于网友学习之用。-this program is to achieve Hash Table Frequency statistics, using java to achieve, and only for netizens learning.
WordCount
- 关于中文词频统计的Perl源码,是RAR的压缩文件-Chinese phrases on the Perl source is the RAR compressed files
cipintongji
- ELFSS系统为一个简单的英文词频统计软件,能够实现一个词频统计软件的简化功能。-ELFSS system to a simple English word frequency statistical software Frequency can achieve a simplified statistical software functions.
wvtool-1.1
- 一个很不错的词频统计程序,目前只支持英文,中文的本人正在修改中.改好后上传给大家分享-A very good frequency statistical procedures, is currently only supports English, Chinese, I am being revised. Improved after the upload to the U.S. to share
App7
- 词频统计程序。具体功能是在当前目录下读取文本文件,然后统计词频。-Word frequency statistics procedures. Specific function is in the current directory to read a text file, and then word frequency statistics.
wordcount
- 实现页面的词频统计,把页面里出现的每一个词进行次数统计,最后输出到文本文件中-The realization of word frequency statistics page, the page appears in a word for each number of statistics, the final output to a text file
1234
- 一个词频统计的 小程序 自己编的 希望大家用用给点评论-A word frequency statistics applet own with the hope of everyone to comment with
wordstat_java
- 简单的词频统计,利用java 实现,使用hash表-Simple word frequency statistics, the use of java realize, the use of hash table
Chinese
- 用VB6.0开发的中文词频统计软件,可在word文档中自动找出所有的词语,并从按照词频高低排序。附测试文档。-Using VB6.0 to develop the Chinese word frequency statistics software, word document can automatically identify all of the words, and sorted according to high and lo
English
- 英文词频统计,可统计英文word文档中的词频,并从高到低排序。-English word frequency statistics, statistics to document the English word frequency, and low ranking.
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
wordcounter
- 词频统计工具:由用户指定搜索范围,程序遍历搜索范围中所有文本文件(*.txt),统计文本中所有出现单词的出现次数。遍历之后,计算所有单词的出现频率,将各单词按出现频率由大到小排列汇同其出现频率输出到用户指定的文件中。-Frequency statistical tools: the scope of the search specified by the user, the program searches all traverse t
wordfrequency
- 中文文档的词频统计程序,已经通过调试!可以正常使用。程序是用C#编写的-words frequency
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
WordFrequency
- 词频统计~JAVA~实现最简单的词频统计功能-Frequency Statistics ~ JAVA ~ to achieve the simplest function of word frequency statistics
词频统计
- 进行词频统计,将不同的单词存入堆中,建立相应的索引表确定各单词在堆中存储的位置及出现的次数。(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.)