登录
首页 » Java » document-processor-master

document-processor-master

于 2021-03-29 发布 文件大小:10471KB
0 107
下载积分: 1 下载次数: 7

代码说明:

  文本分类java源代码,通过支持向量机来对文本进行自动分类处理。(Text Categorization java source code for automatic text classification by support vector machine.)

文件列表:

document-processor-master
.........................\.classpath,1040,2015-07-12
.........................\.gitignore,51,2015-07-12
.........................\.project,394,2015-07-12
.........................\Data
.........................\....\BIG2GBK.map,286196,2015-07-12
.........................\....\BIG5.pdat,468456,2015-07-12
.........................\....\BIG5.wordlist,158695,2015-07-12
.........................\....\BiWord.big,3520144,2015-07-12
.........................\....\charset.type,65540,2015-07-12
.........................\....\Configure.xml,856,2015-07-12
.........................\....\CoreDict.pdat,1696620,2015-07-12
.........................\....\CoreDict.pos,1786424,2015-07-12
.........................\....\CoreDict.unig,478168,2015-07-12
.........................\....\FieldDict.pdat,262236,2015-07-12
.........................\....\FieldDict.pos,72,2015-07-12
.........................\....\GBK.pdat,549204,2015-07-12
.........................\....\GBK.wordlist,166985,2015-07-12
.........................\....\GBK2BIG.map,286196,2015-07-12
.........................\....\GBK2GBKC.map,286196,2015-07-12
.........................\....\GBK2UTF.map,286196,2015-07-12
.........................\....\GBKA.pdat,550848,2015-07-12
.........................\....\GBKA.wordlist,166985,2015-07-12
.........................\....\GBKA2UTF.map,286196,2015-07-12
.........................\....\GBKC.pdat,550848,2015-07-12
.........................\....\GBKC.wordlist,166985,2015-07-12
.........................\....\GBKC2GBK.map,286196,2015-07-12
.........................\....\GranDict.pdat,1978122,2015-07-12
.........................\....\GranDict.pos,1778776,2015-07-12
.........................\....\ICTPOS.map,310,2015-07-12
.........................\....\NewWord.lst,124,2015-07-12
.........................\....\NLPIR.ctx,37253,2015-07-12
.........................\....\NLPIR.user,3356,2015-07-12
.........................\....\NLPIR_First.map,192,2015-07-12
.........................\....\nr.ctx,2213,2015-07-12
.........................\....\nr.fsa,3008,2015-07-12
.........................\....\nr.role,1757200,2015-07-12
.........................\....\PKU.map,211,2015-07-12
.........................\....\PKU_First.map,192,2015-07-12
.........................\....\UserDict.pdat,1492,2015-07-12
.........................\....\UTF2GBK.map,286196,2015-07-12
.........................\....\UTF2GBKA.map,286196,2015-07-12
.........................\....\UTF8.pdat,557268,2015-07-12
.........................\....\UTF8.wordlist,190690,2015-07-12
.........................\docs
.........................\....\htm" target=_blank>ICTCLAS-汉语词性标注集,2604,2015-07-12
.........................\....\htm" target=_blank>References,615,2015-07-12
.........................\....\文本分类算法中词语权重计算方法的改进.pdf,329619,2015-07-12
.........................\lib
.........................\...\commons-logging-1.1.2.jar,62051,2015-07-12
.........................\...\hamcrest-core-1.3.jar,45024,2015-07-12
.........................\...\junit-4.11.jar,245039,2015-07-12
.........................\...\log4j-1.2.16.jar,481535,2015-07-12
.........................\...\lucene-core-4.0.0.jar,2038850,2015-07-12
.........................\...\mmseg4j-analysis-1.9.1.jar,9255,2015-07-12
.........................\...\mmseg4j-core-1.9.1.jar,702261,2015-07-12
.........................\...\slf4j-api-1.6.2.jar,25689,2015-07-12
.........................\NLPIR.dll,2297344,2015-07-12
.........................\NLPIR.h,20381,2015-07-12
.........................\NLPIR.lib,11844,2015-07-12
.........................\NLPIR_JNI.dll,2292736,2015-07-12
.........................\README.md,981,2015-07-12
.........................\src
.........................\...\ictclas
.........................\...\.......\java
.........................\...\.......\....\kevin
.........................\...\.......\....\.....\zhang
.........................\...\.......\....\.....\.....\NLPIR.java,5040,2015-07-12
.........................\...\main
.........................\...\....\java
.........................\...\....\....\org
.........................\...\....\....\...\shirdrn
.........................\...\....\....\...\.......\document
.........................\...\....\....\...\.......\........\processor
.........................\...\....\....\...\.......\........\.........\AbstractDocumentProcessorDriver.java,735,2015-07-12
.........................\...\....\....\...\.......\........\.........\analyzer
.........................\...\....\....\...\.......\........\.........\........\AbstractDocumentAnalyzer.java,2224,2015-07-12
.........................\...\....\....\...\.......\........\.........\........\IctclasAnalyzer.java,2417,2015-07-12
.........................\...\....\....\...\.......\........\.........\........\MMSeg4jAnalyzer.java,2530,2015-07-12
.........................\...\....\....\...\.......\........\.........\common
.........................\...\....\....\...\.......\........\.........\......\AbstractComponent.java,609,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\Component.java,160,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\Context.java,1122,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\DocumentAnalyzer.java,179,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\FDMetadata.java,2939,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\LexicalCategory.java,378,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\ProcessorType.java,134,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\Term.java,1785,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\TermFilter.java,151,2015-07-12
.........................\...\....\....\...\.......\........\.........\......\VectorMetadata.java,6268,2015-07-12
.........................\...\....\....\...\.......\........\.........\component
.........................\...\....\....\...\.......\........\.........\.........\AbstractOutputtingQuantizedData.java,3227,2015-07-12
.........................\...\....\....\...\.......\........\.........\.........\BasicInformationCollector.java,1478,2015-07-12
.........................\...\....\....\...\.......\........\.........\.........\DocumentTFIDFComputation.java,2519,2015-07-12
.........................\...\....\....\...\.......\........\.........\.........\DocumentWordsCollector.java,3771,2015-07-12
.........................\...\....\....\...\.......\........\.........\.........\test
.........................\...\....\....\...\.......\........\.........\.........\....\LoadFeatureTermVector.java,2027,2015-07-12
.........................\...\....\....\...\.......\........\.........\.........\....\OutputtingQuantizedTestData.java,2284,2015-07-12
.........................\...\....\....\...\.......\........\.........\.........\train
.........................\...\....\....\...\.......\........\.........\.........\.....\FeatureTermVectorSelector.java,5894,2015-07-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • blog
    Java写的博客系统。实现了博客的基本功能,适合J2EE初学者(Java based Blog)
    2012-11-18 15:36:33下载
    积分:1
  • struts20503
    java框架技术struts2的简单例子,用于入门(struts2 java framework technology simple example, for entry)
    2011-05-15 13:37:29下载
    积分:1
  • SwingTest
    此代码实现ping的功能。并且使用图形界面进行实现,使用方便简单。(This code implements the ping function. Implementation and use graphical interface, simple and easy.)
    2010-07-12 16:50:24下载
    积分:1
  • tickprocessor
    A thin wrapper around shell s read function showing a file name on error.
    2014-02-13 21:36:56下载
    积分:1
  • tools
    ftp上传下载工具包以及常用的java工具类,实现了ftp的上传和下载(this is java ftp upload and download packet)
    2018-03-01 10:50:29下载
    积分:1
  • LodeRunner-Source
    Played a very sweet as possible remained the member of my sons dirty my time
    2013-07-19 15:48:56下载
    积分:1
  • ZFService
    监听手机的消息通知,如微信,qq,等应用消息和通知(Monitor mobile phone notifications)
    2020-06-24 14:20:01下载
    积分:1
  • java串口发送短信
    使用java串口发送指令控制短信猫发短信(Using java serial port to send instructions to control short message cat sending short message)
    2019-06-29 11:48:08下载
    积分:1
  • hades-0.97-doc
    说明:  Hades (HAmburg DEsign System) is a pure-Java framework for interactive simulation, especially for digital system simulation. It includes a graphical schematics editor, several simulation engines, and a library of simulation models.
    2019-01-07 14:52:08下载
    积分:1
  • RGR
    rstkjdty,yhc,lcfyuldcu
    2017-12-04 20:59:36下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载