资源列表
library
- 用VC++编写的一个简单的图书管理系统,可实现借书、还书挂失等基本功能。-Using VC++ written in a simple library management system that enables borrowers, but also the book or report of loss and other basic functions.
cy8
- cy8详细的中文资料,各位可以好好参详,对开发好有用的。-cy8 detailed Chinese data, you can be properly considered by, to develop and make useful.
QtGui2.tar
- gui exercise with qt creator
080502221
- 实现简单的菜单显示,并且可以做出选择后显示不同的结果-To achieve a simple menu display, and can make a selection show different results
downspl
- Why your files are not be used? 1.The content is too simple 2.Is not a sourcecode or document 3.lost some files 4.Descr iption is not detailed or not correct 5.Compressed file has password 6.Sourcecode duplicate or already exist
ModernCDict
- 收录了《现代汉语词典》的汉字和词组,含音标。-Contains the Modern Chinese Dictionary in Chinese characters and phrases, with phonetic transcr iption.
hz2py
- 支持转换成全拼、拼音首字母等模式设置的汉字转化成拼音-Support convert spelling, phonetic alphabet such as the first mode of the Chinese characters into Pinyin
seg
- 一个应用perl编写的中文分词工具,里面有一个很好分词词库-perl fen ci
KeyWordTree
- 一个c#编写的中文分词系统,有一个附带的baidu词库-fen ci c#
SogouW.tar
- sougou在2006年统计的互联网词库,据说统计量有一亿网页。-sougou
change
- thresholds a the input image and returns black and white output file
Test Class By SVM
- 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too