-
AIWordSplit
直接运行compile.bat和run.bat即可
使用了3种分词方法:
1.正向最大匹配(ForwardMatch.java)
2.逆向最大匹配(ForwardMatch.java)
3.最大频率匹配(FrequencyMatch.java)(默认)
取频率最高的词,然后两端递归,构建二杈树存储句子中的词语,显示的时候使用中序遍历二杈树
由于极有可能单个字的使用频率比整个词还高,筛选的时候进行了处理
若单个字不处于当前句子开头,先忽略,
若单个的字处在开头,临时mostFrequency仍为0,且单词长度为1,则加入到二杈树中(Can be run directly compile.bat and run.bat used three kinds of segmentation methods: 1. Being the biggest match (ForwardMatch.java) 2. Reverse maximum matching (ForwardMatch.java) 3. Maximum frequency matching (FrequencyMatch.java) ( default) to take the highest frequency words, and then both ends of the recursive construct two Cha tree storage sentence terms, when used in the sequence shows two Cha tree traversal is very likely because the use of a single word frequency is higher than the whole word, screening If the time were dealing with a single word is not in the beginning of the current sentence, first ignored, if a single word at the beginning of the temporary mostFrequency still 0, and the word length of 1, to 2 Cha tree)
- 2010-05-28 10:23:21下载
- 积分:1
-
Luhn
Explains Credit Card Validator Code in C#.NET
- 2010-11-19 04:23:38下载
- 积分:1
-
FuncExtFunction
An object of this class represents an extension call expression. When the expression executes, it calls ExtensionsTable#extFunction, and then converts the result to the appropriate XObject. @xsl.usage advanced.
- 2013-12-02 14:00:24下载
- 积分:1
-
chap11
java web应用教程这本书第11章源码(the source code of chapter11 of <<java web application>>)
- 2012-06-09 21:58:57下载
- 积分:1
-
cas-server
cas单点登录源码,解压缩就能打开,并且查看,非常简单实用!(cas sso login source)
- 2013-07-30 16:40:40下载
- 积分:1
-
demo
说明: 使用A星(a-star)算发,通过上传二维矩阵中不能通过的坐标点,来为起止坐标点计算一条最短可通过路径(Using A-star, a shortest path is calculated by uploading the coordinate points that can not be passed in the two-dimensional matrix.)
- 2019-02-10 15:51:27下载
- 积分:1
-
MyBatis3_Chinese
Mybatis3中文开发文档,ibatis的最新版本开发文档(Mybatis3 Chinese development of documents, the latest version of ibatis development of documents
)
- 2012-01-14 15:17:05下载
- 积分:1
-
SimpleCryptographer
DES - Cryptograther using c#
- 2013-11-08 13:37:10下载
- 积分:1
-
compute
java做的计算器,JFrame,自己做的作业,有需要的下载(java calculator to do, JFrame, do their own work, there is a need to download)
- 2010-10-10 21:31:21下载
- 积分:1
-
Java--programming
精通java网络编程第二版的全部的源代码(Proficient in the second version of the java network programming source code)
- 2012-05-20 14:48:42下载
- 积分:1