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

document-processor-master

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

  • 1511186752_89825_ym
    说明:  前端表格插件测试,实现数据合并,汇总,跨表求和,动态公式计算(Front-end table plug-in testing, data merging, aggregation, cross-table summation, dynamic formula calculation)
    2020-06-18 18:20:01下载
    积分:1
  • MyWeb3.0
    javaweb博客 可以直接运行的哦!!!!(javaweb blog)
    2013-12-09 09:05:20下载
    积分:1
  • web
    基于+web的远程教学系统的需求规格说明书(Based+web remote teaching system requirements specification)
    2013-07-14 21:50:25下载
    积分:1
  • JSPtushu
    说明:  代码中的数据库不用任何设置,因为本程序为了能好移植到其它的计算机数据库的链接都是动态进 行的。通过本程序你可以了解一些界面设计的技巧以及如何进行数据库路径的动态设置与链接(Code without any settings in the database, because the process can be better to migrate to other dynamic computer database links are carried out. Through this program you can learn some skills in interface design and how to dynamically set the database path and link)
    2010-04-02 13:42:05下载
    积分:1
  • JavaExtremeProgrammingCookbook
    Brimming with over 100 "recipes" for getting down to business and actually doing XP, the Java Extreme Programming Cookbook doesn t try to "sell" you on XP it succinctly documents the most important features of popular open source tools for XP in Java-- including Ant, Junit, HttpUnit, Cactus, Tomcat, XDoclet-- and then digs right in, providing recipes for implementing the tools in real-world environments.
    2009-07-11 07:54:10下载
    积分:1
  • A类旅游网
    说明:  含数据库 前后台 完整网站项目 myeclipse mysql+jsp(myeclipse mysql+jsp myeclipse mysql+jsp)
    2020-06-24 17:20:01下载
    积分:1
  • Database-connection-pool-using-steps
    数据库连接池的使用步骤,比较有用,如果忘记的朋友可以看看。本人自己写的。(Database connection pool using steps, more useful, if you forget the friends can see. I wrote it myself.)
    2013-10-31 23:22:47下载
    积分:1
  • select
    java程序排序方法中的选择法排序,选择法排序被广泛应用易于理解(selection method java program sort method sort, sort of the selection method is widely used in easy to understand)
    2012-11-21 19:17:24下载
    积分:1
  • jk3d
    克里金插值算法的实现,包括3D的插值算法(Implementation of Kriging algorithm)
    2019-05-23 16:45:20下载
    积分:1
  • htheqsq
    支持在图片上绘图的和取色器的涂鸦板默认是一张全白图片上绘制,支持更换涂鸦的画布图片,支持橡皮擦功能,支持多种画笔颜色,支持画笔取色器,可以清屏,也可以保存当前涂鸦后的画布到图片文件。(Support in the picture on the drawing and color picker graffiti board default is a white image rendering, support the replacement of graffiti canvas pictures, support the eraser function, supports a variety of brushes color, brush picker support, to clear the screen, you can also save the current after the graffiti canvas to the picture file.)
    2016-06-22 16:29:55下载
    积分:1
  • 696518资源总数
  • 106242会员总数
  • 10今日下载