-
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
-
java_com
java串口调试程序
1.波特率
2.数据位
3.停止位
4.校验位
(java serial debugger
1. baud rate 2. data bit 3. stop bit 4. parity bit)
- 2010-12-11 13:06:59下载
- 积分:1
-
J2EEPSSH
java软件开发教程,集成了SSH框架,还有一些案例。(software development with Java+SSH)
- 2013-01-12 19:54:44下载
- 积分:1
-
kaoshi
j2ee登陆界面 输入用户名和密码登陆
(login start if you must write your nameand password first)
- 2013-12-05 21:34:33下载
- 积分:1
-
JAVA-calculator
JAVA-计算器JAVA-calculator
JAVA-calculator
(JAVA-Calculator JAVA-calculator JAVA-calculator)
- 2013-03-10 13:55:06下载
- 积分:1
-
EncryptionAudioTrackMP3-master
播放加密音乐文件,可以加密,然后加密后播放,手机APP开源代码(mp3 download encrytion and play)
- 2020-06-18 17:40:02下载
- 积分:1
-
ordering_s2180755112010-(1)
an ordering system in java
- 2013-08-22 22:38:20下载
- 积分:1
-
java-paike.rar
基于java的自动排课系统设计与实现,开发文档。(paike )
- 2020-12-25 17:39:04下载
- 积分:1
-
SourceCode-for-Thinking-in-Java.chm
Thinking in java 的源代码,编程习题的源代码(Thinking in java source code, source code for programming exercises)
- 2013-02-22 06:44:53下载
- 积分:1
-
Exe8_2
2.设计一个9x9的棋盘窗口,用黑白相间颜色填充棋盘。棋盘大小为600x600,标题为“棋盘”,窗口大小不可改变。程序文件命名为Exe8_2.java。(2. Design a 9x9 board window, filling the board with black and white colors. Board size is 600x600, titled chessboard , the window size can not be changed. Program file named Exe8_2.java.)
- 2015-06-14 18:28:58下载
- 积分:1