-
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
-
StudentClass
一个简单的学生信息记录表,用到了子类和父类的构造与派生(A simple student information records, use the subclass structure and derivation)
- 2012-04-26 17:57:26下载
- 积分:1
-
FrontEnd
java反编译软件 是一个有图形截面的 (err)
- 2007-12-28 13:46:12下载
- 积分:1
-
DiaryTest
说明: 类似于备忘录、日记本之类的项目,仅供学习(Items like memorandums, diaries ,etc For learning only)
- 2020-06-22 08:40:01下载
- 积分:1
-
3.5.0
说明: mybatis3.5.0核心包,国内下载太麻烦,中转一下(Mybatis 3.5.0 core package, domestic download too troublesome, transfer)
- 2020-06-20 18:00:02下载
- 积分:1
-
开源工具类库com.google.zxing
使用开源工具类库com.google.zxing,实现二维码的编解码(Use of open-source tool library com.google.zxing, two-dimensional code codec)
- 2012-10-10 21:14:29下载
- 积分:1
-
threshold
A java application - processing which can be downloaded free from processing.org
Here it uses a free library - OpenCV - made by intel. .. to convert all the pixels in an image - in fact in a movie - a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black - otherwise it becomes white.(A java application- processing which can be downloaded free from processing.org
Here it uses a free library- OpenCV- made by intel. .. to convert all the pixels in an image- in fact in a movie- a capture from the webcam. If the color of a pixel is "higher" comparing to a threshold it turns black- otherwise it becomes white.)
- 2009-05-12 05:52:05下载
- 积分:1
-
ve
说明: 在已按照jdk和下载了eclipse的情况下,把你的eclipse压缩包和我上传的里面压缩包解压后的3个压缩包一起解压。然后重新打开eclipse就可以用了。我自己试验过的,绝对可行。VE很好用,免费开源软件,感觉跟VS里面的差不多,可以拖拽控件,可视化修改属性。
安装完,可以这样实验一下:
1.新建一个java工程
2.工程上右键属性->Java Build Path -> Add Library -> Standard Widget Toolkit (SWT) 然后 下一步
选择 Include Support For JFace library ,完成
3.工程上右键 ->New -> Other 选JAVA 下的Visual Class
左下角 Style 里选 -> Swt ->Shell 完成新建类
还可以调出常用视图:
1.Window -> Show View -> Other 选 Java -> Java Beans
2.Window -> show View -> Other 选 General -> Properties
然后就可以很容易的使用ve来做java界面了(release three packages with your edition of eclipse and it s ok)
- 2010-12-16 11:26:05下载
- 积分:1
-
login1234
说明: 自己写的非常简单易学的登录界面(himself wrote very simple, easy to learn interface login!)
- 2006-05-04 20:34:53下载
- 积分:1
-
ipDial
使用Java做的安卓的一个小案例,实现了IP拨号的功能(A small case using Java do the Android, the realization of the IP dial function)
- 2015-01-13 23:20:56下载
- 积分:1