资源列表
TxyCat-svmcls.rar
- 基于径向基函数的神经网络文本自动分类系统。,Based on Radial Basis Function neural network automatic text classification systems.
ASP.NET与Web Service实例剖析中文版
- ASP.NET与Web Service实例剖析中文版 ASP.NET与Web Service实例剖析中文版-ASP.NET and Web Service Case analysis with the Chinese version of ASP.NET Web Service Case Analysis Chinese version
Language
- 简繁体转换工具,可以把big5编码和gbk编码转换成gb2312或者互逆。-Simplified and traditional conversion tool, you can put big5 encoding and transcoding into gb2312 or gbk reciprocal.
ppt
- 德力士品牌管理幻灯片,内容排版清新,按钮制作精美,超漂亮的演示文稿模板
fenci
- 用C写的简单的分词算法,请查看具体代码.-Using C to write the simple segmentation algorithm, please see the specific code.
fenci
- 中文分词,可将文件划分词性,有词库,可添加新词-Use LR analysis of the compiler, may realize the words and grammar, semantics analysi
FCMLSM-avril
- image fcm segmentation
fenciserver
- 中文分词程序,实现简单的分词,有简易的智能-Chinese word segmentation program to segment a simple word, there is a simple intelligent
Write_Tools
- 写作工具,应朋友要求编写的代码,可以把日常写作中搜集的各类资料整理归类,并理清思路专心创作,希望多多交流。
chunjian
- 本人写的一个垃圾代码,主要是实现简单的打印功能-I refuse to write a code, mainly to achieve simple printing function
Converters-apr-2009
- More old version of converters. Very useful for combination modules which are writed on different language.
siuying_segment
- 「我是中國人」,ChineseTokenizer會將之分割為五個中文字:「我、是、中、國、人」,CJKTokenizer則會將之分割為「我是、是中、中國、國人」四個二節的詞。前者的問題是沒有考慮中文詞語的問題,如搜尋「國中」一樣搜尋到「我是中國人」。後者的問題則是制做了大量沒意義的詞如「是中」「國人」,讓索引沒必要地增大、降低搜尋效率。