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

document-processor-master

于 2021-03-29 发布 文件大小:10471KB
0 132
下载积分: 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 个回复

  • Thinking-in-Java
    《think in java》,一部本人认为练就JAVA的秘籍,很适合开发人员,强烈推荐(Think in Java, a I think practice Java features, very suitable for developers, highly recommended)
    2014-10-18 10:53:54下载
    积分:1
  • ownerElement02
    this is set by subclasses, but don t make it public.
    2014-02-25 11:22:56下载
    积分:1
  • 历年档案数据统计(截止2017年)
    根据获取到的数据导出到Excel表格中,列名固定,项目名称动态循环输出(According to the data obtained, it is exported to Excel table with fixed column name and dynamic circular output of project name.)
    2020-06-23 17:40:02下载
    积分:1
  • dianzicidian
    一个java编写电子词典的课程设计,希望对大家有用(Write a java curriculum design electronic dictionary)
    2013-11-28 17:25:50下载
    积分:1
  • attachments
    chat window. by the help of this s/w u can do chatting from ur friends via lan after some modification.
    2009-11-27 23:22:57下载
    积分:1
  • calabarstorm
    storm+kafka+matlb集成测试,由于jar太大,jar没有上传(storm+kafka+matlb integration testing, due to the jar is too big, jar not uploaded)
    2016-01-14 11:28:15下载
    积分:1
  • PictureInfor_code
    java开发规范,包含了前台、后台的开发规范,详细说明了开发过程中应该注意的地方。(Java development specification, including the front, backstage development specification, detailed description of the development process should be paid attention to.)
    2018-01-09 09:47:03下载
    积分:1
  • Socket_client
    java教程中的一段源码,其功能是,用socket建立通讯实例客户端。(java tutorial in the section of source code and its function is, and set up communication socket client example.)
    2009-04-08 19:56:48下载
    积分:1
  • struts2.1.8.1-API
    struts api JAVA软件工程师必备(struts api JAVA Software Engineer required)
    2014-01-19 22:50:09下载
    积分:1
  • regress-89443
    Just seeing if this script will compile without stack overflow.
    2014-02-09 13:16:50下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载