搜索资源列表
classifier-1.12
- 能对从Google中搜索出来的文本进行聚类,提供了Java包,及调用源代码.-can right from the Google Search for the text clustering, a Java package, source code and call.
xiaojishiben
- 这是用java开发的一个记事本,现把它的源程序公布给大家分享,希望多提意见-This is a java development of the notebook, it is released to the source code to share with you, to speak up
maxent
- 最大熵模型源代码,使用java编写,可以用来进行分类。-maximum entropy model source code, the use of java preparation, can be used for classification.
KNNSOURCECODE
- java 实现KNN文件分类器的源码 java 实现KNN文件分类器的源码-java achieve KNN classifier document java achieve the source document KNN classifier of the source code
ICTCLAS.rar
- ICTCLAS系统的vc++和java 源代码和调用示例,ICTCLAS system vc++ And java source code and call the sample
xwrapelite.rar
- html页面在线抽取器的源代码,java编写,可实现在线自动抽取实体,Extractor online html page' s source code, java development, can be automatically extracted entities online
VIPS
- 基于视觉的web页面分割算法(vips)-VIPSa Vision-based Page Segmentation Algorithm
LibSVM
- java 实现的 libsvm , 很经典的模式识别源码 -java implementation libsvm, a very classic pattern recognition source code
Test Class By SVM
- 支持向量机实现的文本分类程序,过程如下,首先使用分词工具分词,这里使用的是计算所的分词工具,从而保证分词是最优秀的,接下来使用国际效率最高的文本IFIDF向量生成工具生成文本相量,最后使用台湾林智恒的效率最高的SVM实现软件包libsvm实现训练和分类,可以这么说,该文本分类是同类中效率最高最准确的-text classfication source code use 3 technology.words sementation,vector gerneration,and libsvm too