-
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
-
shuzhifenxi
二分法,数值分析实现方程求根的算法,这是java程序(Dichotomy, numerical analysis algorithms to achieve Roots of the equation, which is the java program)
- 2013-12-13 12:45:31下载
- 积分:1
-
drawPanel
java swing 实现画板功能 绘画 修改 截屏 保存 浏览保存的信息(this is a drawPanel. java swing you can draw by it .)
- 2014-09-25 15:49:28下载
- 积分:1
-
regress-85880
Arguments object of g(){f()} should not be null.
- 2014-02-13 12:08:59下载
- 积分:1
-
fenyezujian
这是一个java的table分页组件例子,有源代码。(This is a Java table paging component example, source code.)
- 2015-05-11 10:01:49下载
- 积分:1
-
smslib
使用短信猫发送短信所需jar包。主要是通过解析串口来发送短信(Jar packets needed for sending SMS messages by SMS cat)
- 2018-11-12 19:07:50下载
- 积分:1
-
条码管理系统 Kqscan
说明: 基于特定erp平台进行条码管理,使用语言未java涉及跨库跨服务器链接以及存储过程的调用等.(Bar code management based on specific ERP platform. The use of language without Java involves cross-library cross-server links and calls of stored procedures.)
- 2020-06-19 01:00:02下载
- 积分:1
-
OperateImage
将一个图片进行裁剪成指定大小的图片,
现在很多网站有这个程序来裁剪头像(Cutting a picture into a specified size of image,
Now many sites have this procedure to cutting head)
- 2009-06-02 14:13:21下载
- 积分:1
-
Blob字段操作
java,Blob字段操作,将图片或者文件保存到数据库中(java, Blob field operations, it will preserve photographs or documents to the database)
- 2005-07-22 14:52:49下载
- 积分:1
-
web
通过struts2作为web端,实现文件上传,并将上传的文件存入hadoop的HDFS中,可以对上传的文件进行操作(hadoop2.2 struts2 upload)
- 2015-01-27 16:47:13下载
- 积分:1