文件名称:wordCount
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2014-11-19
- 文件大小:
- 39kb
- 下载次数:
- 0次
- 提 供 者:
- 唐
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
代码功能:文件中的词频检测,一个文件中存储待检测文本,另一个文件中存储检测的单词,且单词可为多个,检测中单词的单复数为同一单词,且能检测数字、数字与字母组合的单词-
Code Function: document word frequency detection, a file stored text to be detected, another file storage detection of words, and words can be multiple, detection of singular and plural words for the same word, and can detect digital, digital and letter combinations of words
Code Function: document word frequency detection, a file stored text to be detected, another file storage detection of words, and words can be multiple, detection of singular and plural words for the same word, and can detect digital, digital and letter combinations of words
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wordCount\.classpath
.........\.project
.........\.settings\org.eclipse.jdt.core.prefs
.........\bin\Inflector.class
.........\...\RuleAndReplacement.class
.........\...\TestMenu$1.class
.........\...\TestMenu$2$1.class
.........\...\TestMenu$2.class
.........\...\TestMenu.class
.........\...\Wordytongji$DiaPanel.class
.........\...\Wordytongji$WinMain.class
.........\...\Wordytongji.class
.........\src\Inflector.java
.........\...\TestMenu.java
.........\...\Wordytongji.java
.........\测试文本\1.doc
.........\........\1file.txt
.........\........\1result.txt
.........\........\1word.txt
.........\........\2.doc
.........\........\2file.txt
.........\........\2result.txt
.........\........\2word.txt
.........\........\3file.txt
.........\........\3word.txt
.........\........\4file.txt
.........\........\4word.txt
.........\........\5file.txt
.........\........\5word.txt
.........\.settings
.........\bin
.........\src
.........\测试文本
wordCount