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

document-processor-master

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

  • CMPP_sms_board
    中国移动CMPP短信开发平台,一个用JAVA程序编写的程序开发包,是一个事例,对手机通讯这块很有帮助。(CMPP China Mobile SMS platform, a Java programmers using the procedure development kits, it is an example of this helpful in mobile communications.)
    2006-07-10 23:34:26下载
    积分:1
  • 常见面试题梳理
    说明:  changjian wemti mainshi pian
    2020-06-20 01:20:02下载
    积分:1
  • TrafficSignalControlSystem
    交通信号灯控制系统,根据输入的车流量计算各信号灯的配时信息(Traffic signal control system, according to the calculation of the input signal of the flow of timing information)
    2009-04-24 11:00:28下载
    积分:1
  • huiwen
    回文串的实现,适合初学java的人使用和阅读(Palindrome string implementations, suitable for beginners java people use and read)
    2014-05-01 14:56:03下载
    积分:1
  • Flink基础教
    要紧随时代的脚步,学习flink,大数据时代的到来flink会越来越火(we will study flink)
    2018-11-27 16:42:38下载
    积分:1
  • CaughtClassMarker
    This InstructionVisitor marks all classes that are used in an instanceof test by any of the instructions that it visits.
    2013-11-28 11:07:04下载
    积分:1
  • WebVR
    说明:  spring boot游客项目管理,整合vr预览(Spring boot tourist project management)
    2021-04-02 10:01:28下载
    积分:1
  • jishiben
    实现一个简单的计算器的功能只要配好JDK,就可以使用供初学者学习学习(calculator )
    2010-12-29 10:40:34下载
    积分:1
  • xy52
    幸运52的代码,这是我上课时需要用的代码 请求帮助(Lucky 52 code. This is the code request help I need in class)
    2018-05-14 09:11:44下载
    积分:1
  • philosopher(1.6)
    哲学家进餐问题——Java语言实现 哲学家进餐问题是一个多线程运用的经典例子,涉及到线程同步/互斥,临界区访问问题以及一个避免死锁的解决方法。 有五个哲学家绕着圆桌坐,每个哲学家面前有一盘面,两人之间有一支筷子,这样每个哲学家左右各有一支筷子。 哲学家有2个状态,思考或者拿起筷子吃饭。如果哲学家拿到一只筷子,不能吃饭,直到拿到2只才能吃饭,并且一次只能拿起身边的一支筷子。一旦拿起便不会放下筷子直到把饭吃完,此时才把这双筷子放回原处。 如果,很不幸地,每个哲学家拿起他或她左边的筷子,那么就没有人可以吃到饭了。这就会造成死锁了。。这是需要坚决杜绝的,正如操作系统的死锁问题。()
    2008-05-20 01:23:04下载
    积分:1
  • 696518资源总数
  • 106164会员总数
  • 18今日下载