-
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
-
Wicket_in_action
Wicket is a framework that makes building web applications easier and more fun. It
boasts an object-oriented programming model that encourages you to write maintainable
code and helps you scale your development effort with its facilities for reusable
components and separation of concerns.
- 2012-12-01 20:18:16下载
- 积分:1
-
数学题练习平台
基于JavaGUI的数学题练习平台,题目分为小学,初中,高中,每次测验后,会生成当前的测试成绩(JavaGUI-based Mathematics Exercise Platform, the topics are divided into primary, junior and senior high schools, after each test, the current test results will be generated.)
- 2020-06-19 10:00:02下载
- 积分:1
-
Calculator-master
The concrete implementation of the ANN algorithm, written by itself, may have some minor problems, but the overall problem should be small.
- 2018-05-06 10:51:35下载
- 积分:1
-
elasticsearch-2.4.4
说明: 可以在web开发中用es集群缓存数据,替代数据库,提高效率(You can use elasticsearch)
- 2020-06-16 13:00:01下载
- 积分:1
-
剑指 Offer 题解
说明: Sword refers to the Java implementation, a total of 65 to the topic, you can view the topic in the cattle network
- 2019-04-26 14:20:34下载
- 积分:1
-
Javaanwendung
德语版的lotus note的书,很详细,很好的入门书(Java-Anwendungen für
Notes/Domino entwickeln)
- 2011-10-28 23:58:14下载
- 积分:1
-
LiveStream
Live stream is an application for live mobile streaming. Download today
- 2013-09-18 19:07:09下载
- 积分:1
-
239Java基于SSM网上试衣间设计
说明: 目的能在系统上完成简单的试衣效果,传输身高体重数据,在系统上显示试穿衣服的视频效果。(Objective to achieve a simple fitting effect on the system, transfer height and weight data, and display the video effect of fitting on the system.)
- 2019-11-28 16:55:57下载
- 积分:1
-
java例
这是一个以JAVA编写的程序,本人还没有试过,是一个简单的温度控制系统(this is a Java programs written, I have not tried, is a simple temperature control system)
- 2005-05-06 10:43:12下载
- 积分:1