-
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
-
dehpso
说明: 基于差分进化与粒子群混合算法优化源程序,这是一个java语言编制的源程序,很实用.(Based on Differential Evolution and Particle Swarm Optimization Hybrid Algorithm source code, which is a java source languages, it is practical.)
- 2020-11-04 13:39:52下载
- 积分:1
-
21Player
简单的21点游戏,通过控制台输入输出,用于对java基础知识的学习和练习(Simple 21-point game, input and output through the console)
- 2020-06-16 01:00:01下载
- 积分:1
-
ftp
fe 分布式连接Amazon linux 服务器FTP上传下载功能的实现(Distributed Implementation fe FTP upload function)
- 2015-04-20 14:33:55下载
- 积分:1
-
miniCAD
miniCAD-java GUI实现的小型CAD软件,界面其实模仿了windows画图的风格,实现了画线、画圆、画矩形、画文字载入图片,并能改变图形的颜色和大小。(In this project, you should use Java GUI to implement a simple drawing board.
To get full marks, you should implement to:
1.draw line, circle, rectangle, text
2.change the color of a target
3.change the position of a targets
4.change the size of a targets
5.save images as files and load a image file
All processes of changes should be visible.)
- 2020-11-18 16:09:38下载
- 积分:1
-
wlweiqi
很不错的网络围棋带代码,大家都来下载看看(Very good network Go with code, we have to download to see)
- 2016-11-08 21:29:47下载
- 积分:1
-
smslib-v3.4.1-bin
SMSlib chido chido chido
- 2009-07-17 03:04:28下载
- 积分:1
-
dfatricleb0820
将原来的两级分类改成无限级分类
新增栏目排序、移动、合并功能
新增外部栏目、推荐栏目功能
新增版面设计模板功能
新增配色模板功能
新增专题排序、合并功能
新增网站频道功能
新增登录IP记录功能(The original two classifications into unlimited classification
New columns sort, move, merge function
Add external columns, column recommended function
New layout templates
New color templates
New thematic sort, merge function
New website features channel
New Login IP History
)
- 2016-03-08 21:22:08下载
- 积分:1
-
MenuItem
Interface definition for a callback to be invoked when a menu item is clicked.
- 2013-12-03 14:11:10下载
- 积分:1
-
HUAWEI_VAS_SDK_FAQ
华为VAS SDK使用FAQ,使用华为mms api开发彩信业务的一些 问题 。(Huawei VAS SDK using the FAQ, use the Huawei MMS mms api business development issues.)
- 2010-07-21 10:26:25下载
- 积分:1