搜索资源列表
WordRateCS
- 词频统计,C#完成的!各位参考一下!多提宝贵意见!-Frequency statistics, the complete C#! You take a look! More valuable advice!
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.
cipintongji
- ELFSS系统为一个简单的英文词频统计软件,能够实现一个词频统计软件的简化功能。-ELFSS system to a simple English word frequency statistical software Frequency can achieve a simplified statistical software functions.
wordcount
- 实现页面的词频统计,把页面里出现的每一个词进行次数统计,最后输出到文本文件中
1234
- 一个词频统计的 小程序 自己编的 希望大家用用给点评论
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
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.
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
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)
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.)
str终版
- 统计单词出现的次数,并按照出现的次数排序(The number of occurrences of statistical words)
exercise_1
- 词频统计,用于计算一篇文章内单词出现频率,并显示出排序后的单词出现频率。(Word frequency statistics)
统计单词频率
- 统计文件中单词个数以及各大写、小写字符,数字、空格数目。(The number of words in a statistical file and the number of capitals, lowercase characters, numbers, and spaces.)
CountWordFreq
- 英文文章词频统计,内附有essay可测试,注释详细(Word frequency statistics in English articles you can test with the essay)