-
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
-
Spring-transaction
编程式事务管理以及声明式事务管理(bean/xml/注解)的代码演示(Code demonstration of programmatic transaction management and declarative transaction management (bean/XML/annotations))
- 2017-12-06 21:19:33下载
- 积分:1
-
robocodeExample
Robocode坦克大战平台简单(SimpleBot)机器人示例--RedCarp.java和Zergling.java(Examples of simple the Robocode Tankedaizhan platform (SimpleBot) robot- RedCarp. Java and Zergling.java)
- 2012-08-28 16:15:55下载
- 积分:1
-
mannheim-compass
用于无线定位的技术 使用loclib loceva lunite (wareless sensor network location)
- 2012-12-23 00:17:53下载
- 积分:1
-
SmsManager
TODO(code review): Curious question.. Why are a lot of these methods not declared as static, since they do not seem to require any local object state? Assumedly this cannot be changed without interfering with the API..
- 2013-12-06 14:31:24下载
- 积分:1
-
Struts2AndFreemarker
Struts2和Freemarker的配置说明(Struts2 and Freemarker configuration instructions)
- 2010-07-14 14:02:27下载
- 积分:1
-
bbs
jsp和servlet开发的bbs,具有简单的发帖、回帖、分页、增加、删除等功能!(jsp and servlet development bbs, with a simple post replies, paging, add, delete and other functions!)
- 2009-05-06 15:40:56下载
- 积分:1
-
text_Project1
XML文件读写,EXCLE文件读写!Java 时间监听。(The XML file to read and write, EXCLE file read and write!Java time listening.)
- 2016-05-31 15:37:38下载
- 积分:1
-
Android zdy2048xyx
说明: 我选择使用Eclipse(它是一个开发源码项目)来构建一个可修改的编程环境。(I chose to use Eclipse, an open-source project, to build an adaptable programming environment)
- 2019-04-19 13:46:46下载
- 积分:1
-
NIOTest
Tests for some buffers from the java.nio package.
- 2014-02-21 15:54:12下载
- 积分:1