-
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
-
lab4Plus
1、Struts2框架下ActionSupport的使用(附加)
在Myeclipse中新建web项目lab4plus;
在实验四的基础上修改LoginAction,使之继承ActionSupport,并重写Validate方法,在其中增加FieldError、ActionError和ActionMessage;
修改login.jsp、loginSuccess.jsp和loginFail.jsp页面,用<s:actionmessage>和<s:actionerror>标签输出信息;
将lab4plus布署在Tomcat服务器上;
运行login.jsp页面,并记录运行结果、主要处理流程与关键代码。(, Struts2 framework ActionSupport use (additional)
Create a new web project in Myeclipse lab4plus
In the experiment on the basis of four modified LoginAction, so inheritance ActionSupport, and override the Validate method, in which the increase FieldError, ActionError and ActionMessage
Modify login.jsp, loginSuccess.jsp and loginFail.jsp page with <s:actionmessage> and <s:actionerror> tag output information
The lab4plus deployed on Tomcat server
Run login.jsp page and record the results, the main processes and key code.
)
- 2013-11-14 15:11:53下载
- 积分:1
-
Eclipse
多语言程序设计环境Eclipse学习教程,较多用于Java开发。(Multi-language programming environment Eclipse tutorials, mostly used for Java development.)
- 2013-12-13 01:07:25下载
- 积分:1
-
TestHive
测试在Java中链接hive,实现简单的hive数据查询(test Hive)
- 2015-07-24 11:44:15下载
- 积分:1
-
610161341
一个等值线控件可以绘等高线counter(a contour controls can be drawn contours counter)
- 2006-07-16 15:47:12下载
- 积分:1
-
graduatedesign
毕业设计:使用ssh框架开发银行管理系统(Developing bank management system with SSH Framework)
- 2020-06-22 17:00:02下载
- 积分:1
-
OwnFont
自己写的带有字体的java带界面的代码,导入可以直接使用。可以显示你的电脑上安装的大部分字体。(Write your own fonts with java code to interface with the import can be used directly. Most can display fonts installed on your computer.)
- 2014-01-18 19:14:32下载
- 积分:1
-
guava-20.0
说明: Guava 20.0 正式发布,Google 的 Java 常用类库。 guava-20.0.zip(Guava 20 is officially released, Google's Java common class library. guava-20.0.zip)
- 2018-04-28 13:28:00下载
- 积分:1
-
头像图片剪裁上传swf组件的java版
头像图片剪裁上传swf组件的java版,上传图片是实现可裁剪图片大小后上传(Head image clipping and uploading the Java version of SWF component)
- 2020-06-16 09:40:02下载
- 积分:1
-
abator
ibatis视频,很好的教程,一定会给你带来惊喜!(java)
- 2009-02-08 11:07:58下载
- 积分:1