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

document-processor-master

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

  • Splitter
    splitter sample which can be used to demonstrate how to use split panel in java swing(splitter sample)
    2010-05-12 16:10:30下载
    积分:1
  • Java
    说明:  设计模式一(单子、工厂、策略模式)练习 1. 假设现在要设计一个贩卖各类书籍的电子商务网站的购物车系统。对所有的教材类图书 实行每本一元的折扣;对连环画类图书提供每本7%的促销折扣;而对非教材类的计算机图书有3%的折扣;对其余书没有折扣。使用策略模式、工厂模式、单子模式进行设计(Design Mode 1 (List, Factory, Strategy Mode) Exercise 1. Suppose we are going to design a shopping cart system for e-commerce websites that sell all kinds of books. All textbook books are discounted at one yuan per book; comic books are discounted at 7% per book; computer books are discounted at 3% for non-textbook books; and other books are discounted at no rate. Design using strategy mode, factory mode and single mode)
    2020-07-01 06:40:02下载
    积分:1
  • arda
    说明:  car wash simulation example
    2020-01-02 02:48:11下载
    积分:1
  • Android 开发环境安装手册
    android开发环境安装手册,详细介绍了android项目开发前的环境搭建和安装流程。(Android development environment installation manual, detailed introduction of android project development environment construction and installation process.)
    2018-12-26 10:48:32下载
    积分:1
  • RHPack
    说明:  铁锈之心多线程铁解包打包自带额外加密,支持对官方格式二次加密!(Rust Heart Multithread Iron Unpackaged Package with Additional Encryption!)
    2019-02-26 16:54:31下载
    积分:1
  • Java
    这是一本学习Java语言非常好的书,适合于初学者,并具有一定深度。(This is a very good book to learn the Java language, suitable for beginners, and has a certain depth.)
    2013-10-16 13:37:25下载
    积分:1
  • HealthyLifestyle
    program source code for a lifestyle program
    2019-03-17 18:33:32下载
    积分:1
  • src
    冒险岛私服服务端源代码,v079版本的,bug基本全修复了。(MapleStory Server v079. Bug almost fixed.)
    2017-01-21 19:45:08下载
    积分:1
  • 226CAD图形
    s7-200模块图 300的PLC模块和cup的电气图纸设计图库(S7-200 module diagram)
    2020-06-25 10:00:01下载
    积分:1
  • pcap
    library for using pcap in java
    2011-11-17 09:13:57下载
    积分:1
  • 696522资源总数
  • 104029会员总数
  • 31今日下载