-
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
-
java7
这是JAVA的教程,非常详细的讲稿,可以参考(This is the Java Directory, a very detailed script, they can refer to)
- 2005-04-08 12:40:30下载
- 积分:1
-
spring的基础入门IoC
说明: spring的基础入门IoC,
开发工具 IDEA, TomCat,SQL(Introduction tospring 1,
Development tools IDEA, TomCat, SQL)
- 2020-06-20 00:20:02下载
- 积分:1
-
循环
说明: 控制条件语句的变量,在for循环结束后,就不可以被访问了,而while循环还可以访问,如果你继续想使用该变量,则可以使用while循环,否则推荐使用for循环,原因是for循环结束,该变量就从内存中消失,能够提高内存的使用效率。(The variable that controls the conditional statement is not accessible after the for loop has finished, and the while loop is accessible if you continue to use the variable, you can use the while loop. Otherwise, it is recommended to use the for loop, because the variable disappears from memory after the for loop, which can improve memory efficiency.)
- 2019-10-12 14:00:38下载
- 积分:1
-
java-tcp
一个用java写的多线程tcp程序,可支持多个客户端与主机通信。(Ein multi-threaded TCP-Programm in Java geschrieben, kann mehrere Clients mit dem Host kommunizieren.)
- 2012-04-23 21:31:26下载
- 积分:1
-
Crab2Died-Excel4J-master
基于poi的Excel和commons-csv的CSV操作组件,大大减少代码量,提高开发效率(Excel based on POI and CSV operating component based on commons-csv greatly reduce the amount of code and improve development efficiency)
- 2020-06-19 11:20:01下载
- 积分:1
-
PropertyChangeSupport
Property Change Support.
- 2013-11-06 14:47:29下载
- 积分:1
-
FieldParser
利用JavaCC产生对围棋棋谱文件(SGF)分析器。扩展性好。不限定SGF的结构,为Java宿主程序留下凌华星。(Go games use JavaCC produce documents (SGF) analyzer. Good scalability. SGF is not limited to the structure, leaving flexibility for Java host program.)
- 2015-12-25 12:27:56下载
- 积分:1
-
LuceneHelloWorld
lucene 入门源码,来自征服ajax+lucene(running lucene )
- 2009-06-14 13:38:00下载
- 积分:1
-
怎么获取登陆的用户名
怎么获取登陆的用户名
- 2013-10-31下载
- 积分:1