文件名称:maxent-2.5.2
介绍说明--下载内容来自于网络,使用问题请自行百度
使用最大熵模型进行中文文本分类,效率高,并且附有例子说明-Using Maximum Entropy Model for Chinese Text Categorization, high efficiency
(系统自动生成,下载前可以参看下载内容)
下载文件列表
maxent-2.5.2/AUTHORS
maxent-2.5.2/build.sh
maxent-2.5.2/build.xml
maxent-2.5.2/CHANGES
maxent-2.5.2/COMMANDLINE
maxent-2.5.2/LICENSE
maxent-2.5.2/README
maxent-2.5.2/test/src/opennlp/maxent/RealValueModelTests.java
maxent-2.5.2/test/src/opennlp/maxent/io/RealValueFileEventStreamTests.java
maxent-2.5.2/test/data/opennlp/maxent/real-valued-weights-training-data.txt
maxent-2.5.2/test/data/opennlp/maxent/repeat-weighting-training-data.txt
maxent-2.5.2/test/data/opennlp/maxent/io/rvfes-bug-data-broken.txt
maxent-2.5.2/test/data/opennlp/maxent/io/rvfes-bug-data-ok.txt
maxent-2.5.2/src/java/opennlp/maxent/AbstractDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/AllEnglishAffixes.txt
maxent-2.5.2/src/java/opennlp/maxent/BasicContextGenerator.java
maxent-2.5.2/src/java/opennlp/maxent/BasicEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/BinToAscii.java
maxent-2.5.2/src/java/opennlp/maxent/ComparableEvent.java
maxent-2.5.2/src/java/opennlp/maxent/ComparablePredicate.java
maxent-2.5.2/src/java/opennlp/maxent/Context.java
maxent-2.5.2/src/java/opennlp/maxent/ContextGenerator.java
maxent-2.5.2/src/java/opennlp/maxent/Counter.java
maxent-2.5.2/src/java/opennlp/maxent/DataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/DataStream.java
maxent-2.5.2/src/java/opennlp/maxent/DomainToModelMap.java
maxent-2.5.2/src/java/opennlp/maxent/EvalParameters.java
maxent-2.5.2/src/java/opennlp/maxent/Evalable.java
maxent-2.5.2/src/java/opennlp/maxent/Event.java
maxent-2.5.2/src/java/opennlp/maxent/EventCollector.java
maxent-2.5.2/src/java/opennlp/maxent/EventCollectorAsStream.java
maxent-2.5.2/src/java/opennlp/maxent/EventStream.java
maxent-2.5.2/src/java/opennlp/maxent/FileEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/GIS.java
maxent-2.5.2/src/java/opennlp/maxent/GISFormat
maxent-2.5.2/src/java/opennlp/maxent/GISModel.java
maxent-2.5.2/src/java/opennlp/maxent/GISTrainer.java
maxent-2.5.2/src/java/opennlp/maxent/IntegerPool.java
maxent-2.5.2/src/java/opennlp/maxent/Main.java
maxent-2.5.2/src/java/opennlp/maxent/MaxentModel.java
maxent-2.5.2/src/java/opennlp/maxent/ModelDomain.java
maxent-2.5.2/src/java/opennlp/maxent/ModelReplacementManager.java
maxent-2.5.2/src/java/opennlp/maxent/ModelSetter.java
maxent-2.5.2/src/java/opennlp/maxent/MutableContext.java
maxent-2.5.2/src/java/opennlp/maxent/OnePassDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/OnePassRealValueDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/PlainTextByLineDataStream.java
maxent-2.5.2/src/java/opennlp/maxent/Prior.java
maxent-2.5.2/src/java/opennlp/maxent/RealBasicEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/RealValueFileEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/TIntParamHashMap.java
maxent-2.5.2/src/java/opennlp/maxent/TObjectIndexHashMap.java
maxent-2.5.2/src/java/opennlp/maxent/TrainEval.java
maxent-2.5.2/src/java/opennlp/maxent/TwoPassDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/UniformPrior.java
maxent-2.5.2/src/java/opennlp/maxent/package.html
maxent-2.5.2/src/java/opennlp/maxent/io/BinToAscii.java
maxent-2.5.2/src/java/opennlp/maxent/io/BinaryGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/BinaryGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/GISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/GISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/ObjectGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/ObjectGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/OldFormatGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/PlainTextGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/PlainTextGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/PooledGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/SuffixSensitiveGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/SuffixSensitiveGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/package.html
maxent-2.5.2/samples/sports/.cvsignore
maxent-2.5.2/samples/sports/CreateModel.java
maxent-2.5.2/samples/sports/Predict.java
maxent-2.5.2/samples/sports/README
maxent-2.5.2/samples/sports/football.dat
maxent-2.5.2/samples/sports/football.test
maxent-2.5.2/samples/sports/gameLocation.dat
maxent-2.5.2/samples/sports/gameLocation.test
maxent-2.5.2/samples/sports/realTeam.dat
maxent-2.5.2/samples/sports/realTeam.test
maxent-2.5.2/samples/sports/CreateModel.class
maxent-2.5.2/samples/sports/Predict.class
maxent-2.5.2/samples/sports/footballModel.txt
maxent-2.5.2/samples/sports/CreateFootballModel.java
maxent-2.5.2/samples/sports/CreateGameLocationModel.java
maxent-2.5.2/samples/sports/PredictEvent.java
maxent-2.5.2/samples/sports/gameLocationModel.txt
maxent-2.5.2/META-INF/MANIFEST.MF
maxent-2.5.2/lib/ASL
maxent-2.5.2/lib/LGPL
maxent-2.5.2/lib/LIBNOTES
maxent-2.5.2/lib/ant.jar
maxent-2.5.2/lib/jakarta-ant-optional.jar
maxent-2.5.2/lib/java-getopt.jar
maxent-2.5.2/lib/trove.jar
maxent-2.5.2/docs/.cvsignore
maxent-2.5.2/docs/about.html
maxent-2.5.2/docs/details.html
maxent-2.5.2/docs/howto.html
maxent-2.5.2/docs/index.html
maxent-2.5.2/docs/maxent_logo.jpg
maxent-2.5.2/docs/onlpmaxent_logo.jp
maxent-2.5.2/build.sh
maxent-2.5.2/build.xml
maxent-2.5.2/CHANGES
maxent-2.5.2/COMMANDLINE
maxent-2.5.2/LICENSE
maxent-2.5.2/README
maxent-2.5.2/test/src/opennlp/maxent/RealValueModelTests.java
maxent-2.5.2/test/src/opennlp/maxent/io/RealValueFileEventStreamTests.java
maxent-2.5.2/test/data/opennlp/maxent/real-valued-weights-training-data.txt
maxent-2.5.2/test/data/opennlp/maxent/repeat-weighting-training-data.txt
maxent-2.5.2/test/data/opennlp/maxent/io/rvfes-bug-data-broken.txt
maxent-2.5.2/test/data/opennlp/maxent/io/rvfes-bug-data-ok.txt
maxent-2.5.2/src/java/opennlp/maxent/AbstractDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/AllEnglishAffixes.txt
maxent-2.5.2/src/java/opennlp/maxent/BasicContextGenerator.java
maxent-2.5.2/src/java/opennlp/maxent/BasicEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/BinToAscii.java
maxent-2.5.2/src/java/opennlp/maxent/ComparableEvent.java
maxent-2.5.2/src/java/opennlp/maxent/ComparablePredicate.java
maxent-2.5.2/src/java/opennlp/maxent/Context.java
maxent-2.5.2/src/java/opennlp/maxent/ContextGenerator.java
maxent-2.5.2/src/java/opennlp/maxent/Counter.java
maxent-2.5.2/src/java/opennlp/maxent/DataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/DataStream.java
maxent-2.5.2/src/java/opennlp/maxent/DomainToModelMap.java
maxent-2.5.2/src/java/opennlp/maxent/EvalParameters.java
maxent-2.5.2/src/java/opennlp/maxent/Evalable.java
maxent-2.5.2/src/java/opennlp/maxent/Event.java
maxent-2.5.2/src/java/opennlp/maxent/EventCollector.java
maxent-2.5.2/src/java/opennlp/maxent/EventCollectorAsStream.java
maxent-2.5.2/src/java/opennlp/maxent/EventStream.java
maxent-2.5.2/src/java/opennlp/maxent/FileEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/GIS.java
maxent-2.5.2/src/java/opennlp/maxent/GISFormat
maxent-2.5.2/src/java/opennlp/maxent/GISModel.java
maxent-2.5.2/src/java/opennlp/maxent/GISTrainer.java
maxent-2.5.2/src/java/opennlp/maxent/IntegerPool.java
maxent-2.5.2/src/java/opennlp/maxent/Main.java
maxent-2.5.2/src/java/opennlp/maxent/MaxentModel.java
maxent-2.5.2/src/java/opennlp/maxent/ModelDomain.java
maxent-2.5.2/src/java/opennlp/maxent/ModelReplacementManager.java
maxent-2.5.2/src/java/opennlp/maxent/ModelSetter.java
maxent-2.5.2/src/java/opennlp/maxent/MutableContext.java
maxent-2.5.2/src/java/opennlp/maxent/OnePassDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/OnePassRealValueDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/PlainTextByLineDataStream.java
maxent-2.5.2/src/java/opennlp/maxent/Prior.java
maxent-2.5.2/src/java/opennlp/maxent/RealBasicEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/RealValueFileEventStream.java
maxent-2.5.2/src/java/opennlp/maxent/TIntParamHashMap.java
maxent-2.5.2/src/java/opennlp/maxent/TObjectIndexHashMap.java
maxent-2.5.2/src/java/opennlp/maxent/TrainEval.java
maxent-2.5.2/src/java/opennlp/maxent/TwoPassDataIndexer.java
maxent-2.5.2/src/java/opennlp/maxent/UniformPrior.java
maxent-2.5.2/src/java/opennlp/maxent/package.html
maxent-2.5.2/src/java/opennlp/maxent/io/BinToAscii.java
maxent-2.5.2/src/java/opennlp/maxent/io/BinaryGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/BinaryGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/GISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/GISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/ObjectGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/ObjectGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/OldFormatGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/PlainTextGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/PlainTextGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/PooledGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/SuffixSensitiveGISModelReader.java
maxent-2.5.2/src/java/opennlp/maxent/io/SuffixSensitiveGISModelWriter.java
maxent-2.5.2/src/java/opennlp/maxent/io/package.html
maxent-2.5.2/samples/sports/.cvsignore
maxent-2.5.2/samples/sports/CreateModel.java
maxent-2.5.2/samples/sports/Predict.java
maxent-2.5.2/samples/sports/README
maxent-2.5.2/samples/sports/football.dat
maxent-2.5.2/samples/sports/football.test
maxent-2.5.2/samples/sports/gameLocation.dat
maxent-2.5.2/samples/sports/gameLocation.test
maxent-2.5.2/samples/sports/realTeam.dat
maxent-2.5.2/samples/sports/realTeam.test
maxent-2.5.2/samples/sports/CreateModel.class
maxent-2.5.2/samples/sports/Predict.class
maxent-2.5.2/samples/sports/footballModel.txt
maxent-2.5.2/samples/sports/CreateFootballModel.java
maxent-2.5.2/samples/sports/CreateGameLocationModel.java
maxent-2.5.2/samples/sports/PredictEvent.java
maxent-2.5.2/samples/sports/gameLocationModel.txt
maxent-2.5.2/META-INF/MANIFEST.MF
maxent-2.5.2/lib/ASL
maxent-2.5.2/lib/LGPL
maxent-2.5.2/lib/LIBNOTES
maxent-2.5.2/lib/ant.jar
maxent-2.5.2/lib/jakarta-ant-optional.jar
maxent-2.5.2/lib/java-getopt.jar
maxent-2.5.2/lib/trove.jar
maxent-2.5.2/docs/.cvsignore
maxent-2.5.2/docs/about.html
maxent-2.5.2/docs/details.html
maxent-2.5.2/docs/howto.html
maxent-2.5.2/docs/index.html
maxent-2.5.2/docs/maxent_logo.jpg
maxent-2.5.2/docs/onlpmaxent_logo.jp
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.