hanlp-portable-1.8.4.jar中文-英文对照文档.zip

com.hankcshanlpportable-1.8.4API文档接口文档中文文档中英对照JavaJavaDoc操作手册Maven依赖Gradle依赖Java开发使用指南离线文档Java编程寒水馨
文件基础信息

文件名称: hanlp-portable-1.8.4.jar中文-英文对照文档.zip

文件类型: Java 组件中文文档
文件大小: 4.64 MB

选择下载方式

方式1:前往hanshuixin.org下载
前往 hanshuixin.org ,在hanshuixin.org查看/下载

文件简介

hanlp-portable-1.8.4.jar中文-英文对照文档.zip 中包含以下内容

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:hanlp-portable-1.8.4.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:hanlp-portable-1.8.4.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:hanlp-portable-1.8.4.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:hanlp-portable-1.8.4-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 hanlp-portable-1.8.4.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: HanLP
  • 描述: 自然语言处理包
  • 版本: portable-1.8.4

Maven依赖

<dependency>
	<groupId>com.hankcs</groupId>
	<artifactId>hanlp</artifactId>
	<version>portable-1.8.4</version>
</dependency>

Gradle依赖

Gradle:
	implementation group: 'com.hankcs', name: 'hanlp', version: 'portable-1.8.4'
Gradle (Short):
	implementation 'com.hankcs:hanlp:portable-1.8.4'
Gradle (Kotlin):
	implementation("com.hankcs:hanlp:portable-1.8.4")

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

com.hankcs.hanlp
com.hankcs.hanlp.algorithm
com.hankcs.hanlp.algorithm.ahocorasick.interval
com.hankcs.hanlp.algorithm.ahocorasick.trie
com.hankcs.hanlp.classification.classifiers
com.hankcs.hanlp.classification.collections
com.hankcs.hanlp.classification.corpus
com.hankcs.hanlp.classification.features
com.hankcs.hanlp.classification.models
com.hankcs.hanlp.classification.statistics
com.hankcs.hanlp.classification.statistics.evaluations
com.hankcs.hanlp.classification.tokenizers
com.hankcs.hanlp.classification.utilities
com.hankcs.hanlp.classification.utilities.io
com.hankcs.hanlp.collection.AhoCorasick
com.hankcs.hanlp.collection.MDAG
com.hankcs.hanlp.collection.dartsclone
com.hankcs.hanlp.collection.dartsclone.details
com.hankcs.hanlp.collection.sequence
com.hankcs.hanlp.collection.set
com.hankcs.hanlp.collection.trie
com.hankcs.hanlp.collection.trie.bintrie
com.hankcs.hanlp.collection.trie.bintrie.util
com.hankcs.hanlp.collection.trie.datrie
com.hankcs.hanlp.corpus.dependency.CoNll
com.hankcs.hanlp.corpus.dependency.model
com.hankcs.hanlp.corpus.dictionary
com.hankcs.hanlp.corpus.dictionary.item
com.hankcs.hanlp.corpus.document
com.hankcs.hanlp.corpus.document.sentence
com.hankcs.hanlp.corpus.document.sentence.word
com.hankcs.hanlp.corpus.io
com.hankcs.hanlp.corpus.occurrence
com.hankcs.hanlp.corpus.synonym
com.hankcs.hanlp.corpus.tag
com.hankcs.hanlp.corpus.util
com.hankcs.hanlp.dependency
com.hankcs.hanlp.dependency.common
com.hankcs.hanlp.dependency.nnparser
com.hankcs.hanlp.dependency.nnparser.action
com.hankcs.hanlp.dependency.nnparser.option
com.hankcs.hanlp.dependency.nnparser.util
com.hankcs.hanlp.dependency.perceptron
com.hankcs.hanlp.dependency.perceptron.accessories
com.hankcs.hanlp.dependency.perceptron.learning
com.hankcs.hanlp.dependency.perceptron.parser
com.hankcs.hanlp.dependency.perceptron.structures
com.hankcs.hanlp.dependency.perceptron.transition.configuration
com.hankcs.hanlp.dependency.perceptron.transition.features
com.hankcs.hanlp.dependency.perceptron.transition.parser
com.hankcs.hanlp.dependency.perceptron.transition.trainer
com.hankcs.hanlp.dictionary
com.hankcs.hanlp.dictionary.common
com.hankcs.hanlp.dictionary.nr
com.hankcs.hanlp.dictionary.ns
com.hankcs.hanlp.dictionary.nt
com.hankcs.hanlp.dictionary.other
com.hankcs.hanlp.dictionary.py
com.hankcs.hanlp.dictionary.stopword
com.hankcs.hanlp.dictionary.ts
com.hankcs.hanlp.mining
com.hankcs.hanlp.mining.cluster
com.hankcs.hanlp.mining.phrase
com.hankcs.hanlp.mining.word
com.hankcs.hanlp.mining.word2vec
com.hankcs.hanlp.model
com.hankcs.hanlp.model.bigram
com.hankcs.hanlp.model.crf
com.hankcs.hanlp.model.crf.crfpp
com.hankcs.hanlp.model.hmm
com.hankcs.hanlp.model.maxent
com.hankcs.hanlp.model.perceptron
com.hankcs.hanlp.model.perceptron.cli
com.hankcs.hanlp.model.perceptron.common
com.hankcs.hanlp.model.perceptron.feature
com.hankcs.hanlp.model.perceptron.instance
com.hankcs.hanlp.model.perceptron.model
com.hankcs.hanlp.model.perceptron.tagset
com.hankcs.hanlp.model.perceptron.utility
com.hankcs.hanlp.model.trigram
com.hankcs.hanlp.model.trigram.frequency
com.hankcs.hanlp.recognition.nr
com.hankcs.hanlp.recognition.ns
com.hankcs.hanlp.recognition.nt
com.hankcs.hanlp.seg
com.hankcs.hanlp.seg.CRF
com.hankcs.hanlp.seg.Dijkstra
com.hankcs.hanlp.seg.Dijkstra.Path
com.hankcs.hanlp.seg.HMM
com.hankcs.hanlp.seg.NShort
com.hankcs.hanlp.seg.NShort.Path
com.hankcs.hanlp.seg.Other
com.hankcs.hanlp.seg.Viterbi
com.hankcs.hanlp.seg.Viterbi.Path
com.hankcs.hanlp.seg.common
com.hankcs.hanlp.seg.common.wrapper
com.hankcs.hanlp.suggest
com.hankcs.hanlp.suggest.scorer
com.hankcs.hanlp.suggest.scorer.editdistance
com.hankcs.hanlp.suggest.scorer.lexeme
com.hankcs.hanlp.suggest.scorer.pinyin
com.hankcs.hanlp.summary
com.hankcs.hanlp.tokenizer
com.hankcs.hanlp.tokenizer.lexical
com.hankcs.hanlp.tokenizer.pipe
com.hankcs.hanlp.utility

本组件包含的 Java class(类)

com.hankcs.hanlp.HanLP
com.hankcs.hanlp.HanLP.Config
com.hankcs.hanlp.algorithm.ArrayCompare
com.hankcs.hanlp.algorithm.ArrayDistance
com.hankcs.hanlp.algorithm.Dijkstra
com.hankcs.hanlp.algorithm.EditDistance
com.hankcs.hanlp.algorithm.LongestCommonSubsequence
com.hankcs.hanlp.algorithm.LongestCommonSubstring
com.hankcs.hanlp.algorithm.MaxHeap
com.hankcs.hanlp.algorithm.Viterbi
com.hankcs.hanlp.algorithm.ahocorasick.interval.Interval
com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalNode
com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalTree
com.hankcs.hanlp.algorithm.ahocorasick.interval.Intervalable
com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalableComparatorByPosition
com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalableComparatorBySize
com.hankcs.hanlp.algorithm.ahocorasick.trie.Emit
com.hankcs.hanlp.algorithm.ahocorasick.trie.FragmentToken
com.hankcs.hanlp.algorithm.ahocorasick.trie.MatchToken
com.hankcs.hanlp.algorithm.ahocorasick.trie.State
com.hankcs.hanlp.algorithm.ahocorasick.trie.Token
com.hankcs.hanlp.algorithm.ahocorasick.trie.Trie
com.hankcs.hanlp.algorithm.ahocorasick.trie.Trie.IWalker
com.hankcs.hanlp.algorithm.ahocorasick.trie.TrieConfig
com.hankcs.hanlp.classification.classifiers.AbstractClassifier
com.hankcs.hanlp.classification.classifiers.IClassifier
com.hankcs.hanlp.classification.classifiers.NaiveBayesClassifier
com.hankcs.hanlp.classification.collections.FrequencyMap
com.hankcs.hanlp.classification.corpus.AbstractDataSet
com.hankcs.hanlp.classification.corpus.BagOfWordsDocument
com.hankcs.hanlp.classification.corpus.Catalog
com.hankcs.hanlp.classification.corpus.Document
com.hankcs.hanlp.classification.corpus.FileDataSet
com.hankcs.hanlp.classification.corpus.IDataSet
com.hankcs.hanlp.classification.corpus.ITermFrequencyHolder
com.hankcs.hanlp.classification.corpus.Lexicon
com.hankcs.hanlp.classification.corpus.MemoryDataSet
com.hankcs.hanlp.classification.features.BaseFeatureData
com.hankcs.hanlp.classification.features.ChiSquareFeatureExtractor
com.hankcs.hanlp.classification.features.DfFeatureData
com.hankcs.hanlp.classification.features.IFeatureWeighter
com.hankcs.hanlp.classification.features.TfIdfFeatureWeighter
com.hankcs.hanlp.classification.features.TfOnlyFeatureWeighter
com.hankcs.hanlp.classification.models.AbstractModel
com.hankcs.hanlp.classification.models.NaiveBayesModel
com.hankcs.hanlp.classification.statistics.ContinuousDistributions
com.hankcs.hanlp.classification.statistics.evaluations.Evaluator
com.hankcs.hanlp.classification.statistics.evaluations.FMeasure
com.hankcs.hanlp.classification.tokenizers.BigramTokenizer
com.hankcs.hanlp.classification.tokenizers.BlankTokenizer
com.hankcs.hanlp.classification.tokenizers.HanLPTokenizer
com.hankcs.hanlp.classification.tokenizers.ITokenizer
com.hankcs.hanlp.classification.utilities.CollectionUtility
com.hankcs.hanlp.classification.utilities.TextProcessUtility
com.hankcs.hanlp.classification.utilities.io.ConsoleLogger
com.hankcs.hanlp.classification.utilities.io.ILogger
com.hankcs.hanlp.collection.AhoCorasick.AhoCorasickDoubleArrayTrie
com.hankcs.hanlp.collection.AhoCorasick.AhoCorasickDoubleArrayTrie.IHit
com.hankcs.hanlp.collection.AhoCorasick.AhoCorasickDoubleArrayTrie.IHitFull
com.hankcs.hanlp.collection.AhoCorasick.State
com.hankcs.hanlp.collection.MDAG.MDAG
com.hankcs.hanlp.collection.MDAG.MDAGMap
com.hankcs.hanlp.collection.MDAG.MDAGNode
com.hankcs.hanlp.collection.MDAG.MDAGSet
com.hankcs.hanlp.collection.MDAG.SimpleMDAGNode
com.hankcs.hanlp.collection.dartsclone.DartMap
com.hankcs.hanlp.collection.dartsclone.DoubleArray
com.hankcs.hanlp.collection.dartsclone.Pair
com.hankcs.hanlp.collection.dartsclone.details.DoubleArrayBuilder
com.hankcs.hanlp.collection.dartsclone.details.Keyset
com.hankcs.hanlp.collection.sequence.SString
com.hankcs.hanlp.collection.set.UnEmptyStringSet
com.hankcs.hanlp.collection.trie.DoubleArrayTrie
com.hankcs.hanlp.collection.trie.ITrie
com.hankcs.hanlp.collection.trie.bintrie.BaseNode
com.hankcs.hanlp.collection.trie.bintrie.BaseNode.Status
com.hankcs.hanlp.collection.trie.bintrie.BinTrie
com.hankcs.hanlp.collection.trie.bintrie.Node
com.hankcs.hanlp.collection.trie.bintrie._EmptyValueArray
com.hankcs.hanlp.collection.trie.bintrie._ValueArray
com.hankcs.hanlp.collection.trie.bintrie.util.ArrayTool
com.hankcs.hanlp.collection.trie.datrie.CharacterMapping
com.hankcs.hanlp.collection.trie.datrie.IntArrayList
com.hankcs.hanlp.collection.trie.datrie.MutableDoubleArrayTrie
com.hankcs.hanlp.collection.trie.datrie.MutableDoubleArrayTrieInteger
com.hankcs.hanlp.collection.trie.datrie.Utf8CharacterMapping
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLFixer
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLLoader
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLSentence
com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLWord
com.hankcs.hanlp.corpus.dependency.CoNll.CoNllLine
com.hankcs.hanlp.corpus.dependency.CoNll.Evaluator
com.hankcs.hanlp.corpus.dependency.CoNll.PosTagCompiler
com.hankcs.hanlp.corpus.dependency.model.MaxEntDependencyModelMaker
com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightModelMaker
com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightScorer
com.hankcs.hanlp.corpus.dictionary.CommonDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.CommonSuffixExtractor
com.hankcs.hanlp.corpus.dictionary.DictionaryMaker
com.hankcs.hanlp.corpus.dictionary.DictionaryMaker.Filter
com.hankcs.hanlp.corpus.dictionary.EasyDictionary
com.hankcs.hanlp.corpus.dictionary.EasyDictionary.Attribute
com.hankcs.hanlp.corpus.dictionary.ISaveAble
com.hankcs.hanlp.corpus.dictionary.NGramDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.NRDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.NSDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.NTDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.NatureDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.PlaceSuffixDictionary
com.hankcs.hanlp.corpus.dictionary.SimpleDictionary
com.hankcs.hanlp.corpus.dictionary.SimpleDictionary.Filter
com.hankcs.hanlp.corpus.dictionary.StringDictionary
com.hankcs.hanlp.corpus.dictionary.StringDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.SuffixDictionary
com.hankcs.hanlp.corpus.dictionary.TFDictionary
com.hankcs.hanlp.corpus.dictionary.TMDictionaryMaker
com.hankcs.hanlp.corpus.dictionary.item.EnumItem
com.hankcs.hanlp.corpus.dictionary.item.Item
com.hankcs.hanlp.corpus.dictionary.item.SimpleItem
com.hankcs.hanlp.corpus.document.CorpusLoader
com.hankcs.hanlp.corpus.document.CorpusLoader.Handler
com.hankcs.hanlp.corpus.document.CorpusLoader.HandlerThread
com.hankcs.hanlp.corpus.document.Document
com.hankcs.hanlp.corpus.document.sentence.Sentence
com.hankcs.hanlp.corpus.document.sentence.word.CompoundWord
com.hankcs.hanlp.corpus.document.sentence.word.IWord
com.hankcs.hanlp.corpus.document.sentence.word.Word
com.hankcs.hanlp.corpus.document.sentence.word.WordFactory
com.hankcs.hanlp.corpus.io.ByteArray
com.hankcs.hanlp.corpus.io.ByteArrayFileStream
com.hankcs.hanlp.corpus.io.ByteArrayOtherStream
com.hankcs.hanlp.corpus.io.ByteArrayStream
com.hankcs.hanlp.corpus.io.EasyReader
com.hankcs.hanlp.corpus.io.FileIOAdapter
com.hankcs.hanlp.corpus.io.ICacheAble
com.hankcs.hanlp.corpus.io.IIOAdapter
com.hankcs.hanlp.corpus.io.IOUtil
com.hankcs.hanlp.corpus.io.IOUtil.LineIterator
com.hankcs.hanlp.corpus.io.LineHandler
com.hankcs.hanlp.corpus.io.ResourceIOAdapter
com.hankcs.hanlp.corpus.occurrence.Occurrence
com.hankcs.hanlp.corpus.occurrence.PairFrequency
com.hankcs.hanlp.corpus.occurrence.TermFrequency
com.hankcs.hanlp.corpus.occurrence.TermOccurrence
com.hankcs.hanlp.corpus.occurrence.TriaFrequency
com.hankcs.hanlp.corpus.synonym.ISynonym
com.hankcs.hanlp.corpus.synonym.Synonym
com.hankcs.hanlp.corpus.synonym.Synonym.Type
com.hankcs.hanlp.corpus.synonym.SynonymHelper
com.hankcs.hanlp.corpus.tag.NR
com.hankcs.hanlp.corpus.tag.NS
com.hankcs.hanlp.corpus.tag.NT
com.hankcs.hanlp.corpus.tag.Nature
com.hankcs.hanlp.corpus.util.CorpusUtil
com.hankcs.hanlp.corpus.util.DictionaryUtil
com.hankcs.hanlp.corpus.util.Precompiler
com.hankcs.hanlp.dependency.AbstractDependencyParser
com.hankcs.hanlp.dependency.IDependencyParser
com.hankcs.hanlp.dependency.MaxEntDependencyParser
com.hankcs.hanlp.dependency.MinimumSpanningTreeParser
com.hankcs.hanlp.dependency.WordNatureDependencyParser
com.hankcs.hanlp.dependency.common.Edge
com.hankcs.hanlp.dependency.common.Node
com.hankcs.hanlp.dependency.common.State
com.hankcs.hanlp.dependency.nnparser.Alphabet
com.hankcs.hanlp.dependency.nnparser.Context
com.hankcs.hanlp.dependency.nnparser.Dependency
com.hankcs.hanlp.dependency.nnparser.Instance
com.hankcs.hanlp.dependency.nnparser.Matrix
com.hankcs.hanlp.dependency.nnparser.NeuralNetworkClassifier
com.hankcs.hanlp.dependency.nnparser.NeuralNetworkDependencyParser
com.hankcs.hanlp.dependency.nnparser.NeuralNetworkParser
com.hankcs.hanlp.dependency.nnparser.Parser
com.hankcs.hanlp.dependency.nnparser.Sample
com.hankcs.hanlp.dependency.nnparser.State
com.hankcs.hanlp.dependency.nnparser.TransitionSystem
com.hankcs.hanlp.dependency.nnparser.action.AbstractInexactAction
com.hankcs.hanlp.dependency.nnparser.action.Action
com.hankcs.hanlp.dependency.nnparser.action.ActionFactory
com.hankcs.hanlp.dependency.nnparser.action.ActionType
com.hankcs.hanlp.dependency.nnparser.action.ActionUtils
com.hankcs.hanlp.dependency.nnparser.option.AdaOption
com.hankcs.hanlp.dependency.nnparser.option.BasicOption
com.hankcs.hanlp.dependency.nnparser.option.ConfigOption
com.hankcs.hanlp.dependency.nnparser.option.LearnOption
com.hankcs.hanlp.dependency.nnparser.option.NetworkOption
com.hankcs.hanlp.dependency.nnparser.option.SpecialOption
com.hankcs.hanlp.dependency.nnparser.option.TestOption
com.hankcs.hanlp.dependency.nnparser.parser_dll
com.hankcs.hanlp.dependency.nnparser.util.Log
com.hankcs.hanlp.dependency.nnparser.util.PosTagUtil
com.hankcs.hanlp.dependency.nnparser.util.math
com.hankcs.hanlp.dependency.nnparser.util.std
com.hankcs.hanlp.dependency.perceptron.accessories.CoNLLReader
com.hankcs.hanlp.dependency.perceptron.accessories.Edge
com.hankcs.hanlp.dependency.perceptron.accessories.Evaluator
com.hankcs.hanlp.dependency.perceptron.accessories.Options
com.hankcs.hanlp.dependency.perceptron.accessories.Pair
com.hankcs.hanlp.dependency.perceptron.learning.AveragedPerceptron
com.hankcs.hanlp.dependency.perceptron.parser.KBeamArcEagerDependencyParser
com.hankcs.hanlp.dependency.perceptron.parser.Main
com.hankcs.hanlp.dependency.perceptron.structures.CompactArray
com.hankcs.hanlp.dependency.perceptron.structures.IndexMaps
com.hankcs.hanlp.dependency.perceptron.structures.ParserModel
com.hankcs.hanlp.dependency.perceptron.structures.Sentence
com.hankcs.hanlp.dependency.perceptron.transition.configuration.BeamElement
com.hankcs.hanlp.dependency.perceptron.transition.configuration.CompactTree
com.hankcs.hanlp.dependency.perceptron.transition.configuration.Configuration
com.hankcs.hanlp.dependency.perceptron.transition.configuration.Instance
com.hankcs.hanlp.dependency.perceptron.transition.configuration.State
com.hankcs.hanlp.dependency.perceptron.transition.features.FeatureExtractor
com.hankcs.hanlp.dependency.perceptron.transition.parser.Action
com.hankcs.hanlp.dependency.perceptron.transition.parser.ArcEager
com.hankcs.hanlp.dependency.perceptron.transition.parser.BeamScorerThread
com.hankcs.hanlp.dependency.perceptron.transition.parser.IAction
com.hankcs.hanlp.dependency.perceptron.transition.parser.KBeamArcEagerParser
com.hankcs.hanlp.dependency.perceptron.transition.parser.LabeledAction
com.hankcs.hanlp.dependency.perceptron.transition.parser.ParseTaggedThread
com.hankcs.hanlp.dependency.perceptron.transition.parser.ParseThread
com.hankcs.hanlp.dependency.perceptron.transition.parser.PartialTreeBeamScorerThread
com.hankcs.hanlp.dependency.perceptron.transition.parser.TransitionBasedParser
com.hankcs.hanlp.dependency.perceptron.transition.trainer.ArcEagerBeamTrainer
com.hankcs.hanlp.dictionary.BaseSearcher
com.hankcs.hanlp.dictionary.CoreBiGramTableDictionary
com.hankcs.hanlp.dictionary.CoreDictionary
com.hankcs.hanlp.dictionary.CoreDictionary.Attribute
com.hankcs.hanlp.dictionary.CoreDictionaryTransformMatrixDictionary
com.hankcs.hanlp.dictionary.CoreSynonymDictionary
com.hankcs.hanlp.dictionary.CoreSynonymDictionaryEx
com.hankcs.hanlp.dictionary.CustomDictionary
com.hankcs.hanlp.dictionary.DynamicCustomDictionary
com.hankcs.hanlp.dictionary.TransformMatrix
com.hankcs.hanlp.dictionary.TransformMatrixDictionary
com.hankcs.hanlp.dictionary.common.CommonDictionary
com.hankcs.hanlp.dictionary.common.CommonStringDictionary
com.hankcs.hanlp.dictionary.common.CommonSynonymDictionary
com.hankcs.hanlp.dictionary.common.CommonSynonymDictionary.SynonymItem
com.hankcs.hanlp.dictionary.common.CommonSynonymDictionaryEx
com.hankcs.hanlp.dictionary.common.CommonSynonymDictionaryEx.SynonymItem
com.hankcs.hanlp.dictionary.common.EnumItemDictionary
com.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary
com.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary.Searcher
com.hankcs.hanlp.dictionary.nr.NRConstant
com.hankcs.hanlp.dictionary.nr.NRDictionary
com.hankcs.hanlp.dictionary.nr.NRPattern
com.hankcs.hanlp.dictionary.nr.PersonDictionary
com.hankcs.hanlp.dictionary.nr.TranslatedPersonDictionary
com.hankcs.hanlp.dictionary.ns.NSDictionary
com.hankcs.hanlp.dictionary.ns.PlaceDictionary
com.hankcs.hanlp.dictionary.nt.NTDictionary
com.hankcs.hanlp.dictionary.nt.OrganizationDictionary
com.hankcs.hanlp.dictionary.other.CharTable
com.hankcs.hanlp.dictionary.other.CharType
com.hankcs.hanlp.dictionary.other.PartOfSpeechTagDictionary
com.hankcs.hanlp.dictionary.py.Head
com.hankcs.hanlp.dictionary.py.Integer2PinyinConverter
com.hankcs.hanlp.dictionary.py.Pinyin
com.hankcs.hanlp.dictionary.py.PinyinDictionary
com.hankcs.hanlp.dictionary.py.PinyinDictionary.Searcher
com.hankcs.hanlp.dictionary.py.PinyinUtil
com.hankcs.hanlp.dictionary.py.Shengmu
com.hankcs.hanlp.dictionary.py.String2PinyinConverter
com.hankcs.hanlp.dictionary.py.TonePinyinString2PinyinConverter
com.hankcs.hanlp.dictionary.py.Yunmu
com.hankcs.hanlp.dictionary.stopword.CoreStopWordDictionary
com.hankcs.hanlp.dictionary.stopword.Filter
com.hankcs.hanlp.dictionary.stopword.StopWordDictionary
com.hankcs.hanlp.dictionary.ts.BaseChineseDictionary
com.hankcs.hanlp.dictionary.ts.BaseChineseDictionary.Searcher
com.hankcs.hanlp.dictionary.ts.HongKongToSimplifiedChineseDictionary
com.hankcs.hanlp.dictionary.ts.HongKongToTaiwanChineseDictionary
com.hankcs.hanlp.dictionary.ts.HongKongToTraditionalChineseDictionary
com.hankcs.hanlp.dictionary.ts.SimplifiedChineseDictionary
com.hankcs.hanlp.dictionary.ts.SimplifiedToHongKongChineseDictionary
com.hankcs.hanlp.dictionary.ts.SimplifiedToTaiwanChineseDictionary
com.hankcs.hanlp.dictionary.ts.TaiwanToHongKongChineseDictionary
com.hankcs.hanlp.dictionary.ts.TaiwanToSimplifiedChineseDictionary
com.hankcs.hanlp.dictionary.ts.TaiwanToTraditionalChineseDictionary
com.hankcs.hanlp.dictionary.ts.TraditionalChineseDictionary
com.hankcs.hanlp.dictionary.ts.TraditionalToHongKongChineseDictionary
com.hankcs.hanlp.dictionary.ts.TraditionalToTaiwanChineseDictionary
com.hankcs.hanlp.mining.cluster.Cluster
com.hankcs.hanlp.mining.cluster.ClusterAnalyzer
com.hankcs.hanlp.mining.cluster.Document
com.hankcs.hanlp.mining.cluster.SparseVector
com.hankcs.hanlp.mining.phrase.IPhraseExtractor
com.hankcs.hanlp.mining.phrase.MutualInformationEntropyPhraseExtractor
com.hankcs.hanlp.mining.word.NewWordDiscover
com.hankcs.hanlp.mining.word.TermFrequencyCounter
com.hankcs.hanlp.mining.word.TfIdf
com.hankcs.hanlp.mining.word.TfIdf.Normalization
com.hankcs.hanlp.mining.word.TfIdf.TfType
com.hankcs.hanlp.mining.word.TfIdfCounter
com.hankcs.hanlp.mining.word.WordInfo
com.hankcs.hanlp.mining.word2vec.AbstractClosestVectors
com.hankcs.hanlp.mining.word2vec.AbstractClosestVectors.Result
com.hankcs.hanlp.mining.word2vec.AbstractTrainer
com.hankcs.hanlp.mining.word2vec.AbstractVectorModel
com.hankcs.hanlp.mining.word2vec.CacheCorpus
com.hankcs.hanlp.mining.word2vec.ComputeAccuracy
com.hankcs.hanlp.mining.word2vec.Config
com.hankcs.hanlp.mining.word2vec.Corpus
com.hankcs.hanlp.mining.word2vec.Distance
com.hankcs.hanlp.mining.word2vec.DocVectorModel
com.hankcs.hanlp.mining.word2vec.KMeansClustering
com.hankcs.hanlp.mining.word2vec.NeuralNetworkType
com.hankcs.hanlp.mining.word2vec.TextFileCorpus
com.hankcs.hanlp.mining.word2vec.Train
com.hankcs.hanlp.mining.word2vec.TrainingCallback
com.hankcs.hanlp.mining.word2vec.Vector
com.hankcs.hanlp.mining.word2vec.VectorsReader
com.hankcs.hanlp.mining.word2vec.VocabWord
com.hankcs.hanlp.mining.word2vec.Word2VecTrainer
com.hankcs.hanlp.mining.word2vec.WordAnalogy
com.hankcs.hanlp.mining.word2vec.WordCluster
com.hankcs.hanlp.mining.word2vec.WordVectorModel
com.hankcs.hanlp.model.CRFSegmentModel
com.hankcs.hanlp.model.bigram.BigramDependencyModel
com.hankcs.hanlp.model.bigram.WordNatureDependencyModel
com.hankcs.hanlp.model.crf.CRFLexicalAnalyzer
com.hankcs.hanlp.model.crf.CRFModel
com.hankcs.hanlp.model.crf.CRFNERecognizer
com.hankcs.hanlp.model.crf.CRFPOSTagger
com.hankcs.hanlp.model.crf.CRFSegmenter
com.hankcs.hanlp.model.crf.CRFTagger
com.hankcs.hanlp.model.crf.FeatureFunction
com.hankcs.hanlp.model.crf.FeatureTemplate
com.hankcs.hanlp.model.crf.LogLinearModel
com.hankcs.hanlp.model.crf.Table
com.hankcs.hanlp.model.crf.crfpp.CRFEncoderThread
com.hankcs.hanlp.model.crf.crfpp.DecoderFeatureIndex
com.hankcs.hanlp.model.crf.crfpp.DoubleArrayTrieInteger
com.hankcs.hanlp.model.crf.crfpp.Encoder
com.hankcs.hanlp.model.crf.crfpp.Encoder.Algorithm
com.hankcs.hanlp.model.crf.crfpp.EncoderFeatureIndex
com.hankcs.hanlp.model.crf.crfpp.FeatureIndex
com.hankcs.hanlp.model.crf.crfpp.LbfgsOptimizer
com.hankcs.hanlp.model.crf.crfpp.Mcsrch
com.hankcs.hanlp.model.crf.crfpp.Model
com.hankcs.hanlp.model.crf.crfpp.ModelImpl
com.hankcs.hanlp.model.crf.crfpp.Node
com.hankcs.hanlp.model.crf.crfpp.Pair
com.hankcs.hanlp.model.crf.crfpp.Path
com.hankcs.hanlp.model.crf.crfpp.Tagger
com.hankcs.hanlp.model.crf.crfpp.TaggerImpl
com.hankcs.hanlp.model.crf.crfpp.TaggerImpl.Mode
com.hankcs.hanlp.model.crf.crfpp.TaggerImpl.ReadStatus
com.hankcs.hanlp.model.crf.crfpp.crf_learn
com.hankcs.hanlp.model.crf.crfpp.crf_learn.Option
com.hankcs.hanlp.model.crf.crfpp.crf_test
com.hankcs.hanlp.model.hmm.FirstOrderHiddenMarkovModel
com.hankcs.hanlp.model.hmm.HMMLexicalAnalyzer
com.hankcs.hanlp.model.hmm.HMMNERecognizer
com.hankcs.hanlp.model.hmm.HMMPOSTagger
com.hankcs.hanlp.model.hmm.HMMSegmenter
com.hankcs.hanlp.model.hmm.HMMTrainer
com.hankcs.hanlp.model.hmm.HiddenMarkovModel
com.hankcs.hanlp.model.hmm.SecondOrderHiddenMarkovModel
com.hankcs.hanlp.model.hmm.Vocabulary
com.hankcs.hanlp.model.maxent.Context
com.hankcs.hanlp.model.maxent.EvalParameters
com.hankcs.hanlp.model.maxent.MaxEntModel
com.hankcs.hanlp.model.maxent.UniformPrior
com.hankcs.hanlp.model.perceptron.CWSTrainer
com.hankcs.hanlp.model.perceptron.InstanceConsumer
com.hankcs.hanlp.model.perceptron.Main
com.hankcs.hanlp.model.perceptron.NERTrainer
com.hankcs.hanlp.model.perceptron.POSTrainer
com.hankcs.hanlp.model.perceptron.PerceptronClassifier
com.hankcs.hanlp.model.perceptron.PerceptronLexicalAnalyzer
com.hankcs.hanlp.model.perceptron.PerceptronNERecognizer
com.hankcs.hanlp.model.perceptron.PerceptronNameGenderClassifier
com.hankcs.hanlp.model.perceptron.PerceptronPOSTagger
com.hankcs.hanlp.model.perceptron.PerceptronSegmenter
com.hankcs.hanlp.model.perceptron.PerceptronTagger
com.hankcs.hanlp.model.perceptron.PerceptronTrainer
com.hankcs.hanlp.model.perceptron.PerceptronTrainer.Result
com.hankcs.hanlp.model.perceptron.cli.Args
com.hankcs.hanlp.model.perceptron.cli.Args.ValueCreator
com.hankcs.hanlp.model.perceptron.cli.Argument
com.hankcs.hanlp.model.perceptron.cli.PropertiesArgs
com.hankcs.hanlp.model.perceptron.common.FrequencyMap
com.hankcs.hanlp.model.perceptron.common.IIdStringMap
com.hankcs.hanlp.model.perceptron.common.IStringIdMap
com.hankcs.hanlp.model.perceptron.common.TaskType
com.hankcs.hanlp.model.perceptron.feature.FeatureMap
com.hankcs.hanlp.model.perceptron.feature.FeatureSortItem
com.hankcs.hanlp.model.perceptron.feature.ImmutableFeatureDatMap
com.hankcs.hanlp.model.perceptron.feature.ImmutableFeatureMDatMap
com.hankcs.hanlp.model.perceptron.feature.ImmutableFeatureMap
com.hankcs.hanlp.model.perceptron.feature.LockableFeatureMap
com.hankcs.hanlp.model.perceptron.feature.MutableFeatureMap
com.hankcs.hanlp.model.perceptron.instance.CWSInstance
com.hankcs.hanlp.model.perceptron.instance.Instance
com.hankcs.hanlp.model.perceptron.instance.InstanceHandler
com.hankcs.hanlp.model.perceptron.instance.NERInstance
com.hankcs.hanlp.model.perceptron.instance.POSInstance
com.hankcs.hanlp.model.perceptron.model.AveragedPerceptron
com.hankcs.hanlp.model.perceptron.model.LinearModel
com.hankcs.hanlp.model.perceptron.model.StructuredPerceptron
com.hankcs.hanlp.model.perceptron.tagset.CWSTagSet
com.hankcs.hanlp.model.perceptron.tagset.NERTagSet
com.hankcs.hanlp.model.perceptron.tagset.POSTagSet
com.hankcs.hanlp.model.perceptron.tagset.TagSet
com.hankcs.hanlp.model.perceptron.utility.IOUtility
com.hankcs.hanlp.model.perceptron.utility.Utility
com.hankcs.hanlp.model.trigram.CharacterBasedGenerativeModel
com.hankcs.hanlp.model.trigram.frequency.Probability
com.hankcs.hanlp.recognition.nr.JapanesePersonRecognition
com.hankcs.hanlp.recognition.nr.PersonRecognition
com.hankcs.hanlp.recognition.nr.TranslatedPersonRecognition
com.hankcs.hanlp.recognition.ns.PlaceRecognition
com.hankcs.hanlp.recognition.nt.OrganizationRecognition
com.hankcs.hanlp.seg.CRF.CRFSegment
com.hankcs.hanlp.seg.CharacterBasedSegment
com.hankcs.hanlp.seg.Config
com.hankcs.hanlp.seg.DictionaryBasedSegment
com.hankcs.hanlp.seg.Dijkstra.DijkstraSegment
com.hankcs.hanlp.seg.Dijkstra.Path.State
com.hankcs.hanlp.seg.HMM.HMMSegment
com.hankcs.hanlp.seg.NShort.NShortSegment
com.hankcs.hanlp.seg.NShort.Path.AtomNode
com.hankcs.hanlp.seg.NShort.Path.CQueue
com.hankcs.hanlp.seg.NShort.Path.NShortPath
com.hankcs.hanlp.seg.NShort.Path.PathNode
com.hankcs.hanlp.seg.NShort.Path.QueueElement
com.hankcs.hanlp.seg.Other.AhoCorasickDoubleArrayTrieSegment
com.hankcs.hanlp.seg.Other.CommonAhoCorasickDoubleArrayTrieSegment
com.hankcs.hanlp.seg.Other.CommonAhoCorasickSegmentUtil
com.hankcs.hanlp.seg.Other.DoubleArrayTrieSegment
com.hankcs.hanlp.seg.Segment
com.hankcs.hanlp.seg.SegmentPipeline
com.hankcs.hanlp.seg.Viterbi.Path.Node
com.hankcs.hanlp.seg.Viterbi.ViterbiSegment
com.hankcs.hanlp.seg.WordBasedSegment
com.hankcs.hanlp.seg.common.CWSEvaluator
com.hankcs.hanlp.seg.common.CWSEvaluator.Result
com.hankcs.hanlp.seg.common.Edge
com.hankcs.hanlp.seg.common.EdgeFrom
com.hankcs.hanlp.seg.common.Graph
com.hankcs.hanlp.seg.common.ResultTerm
com.hankcs.hanlp.seg.common.Term
com.hankcs.hanlp.seg.common.Vertex
com.hankcs.hanlp.seg.common.WordNet
com.hankcs.hanlp.seg.common.wrapper.SegmentWrapper
com.hankcs.hanlp.suggest.ISuggester
com.hankcs.hanlp.suggest.Suggester
com.hankcs.hanlp.suggest.scorer.BaseScorer
com.hankcs.hanlp.suggest.scorer.IScorer
com.hankcs.hanlp.suggest.scorer.ISentenceKey
com.hankcs.hanlp.suggest.scorer.editdistance.CharArray
com.hankcs.hanlp.suggest.scorer.editdistance.EditDistanceScorer
com.hankcs.hanlp.suggest.scorer.lexeme.IdVector
com.hankcs.hanlp.suggest.scorer.lexeme.IdVectorScorer
com.hankcs.hanlp.suggest.scorer.pinyin.PinyinKey
com.hankcs.hanlp.suggest.scorer.pinyin.PinyinScorer
com.hankcs.hanlp.summary.BM25
com.hankcs.hanlp.summary.KeywordExtractor
com.hankcs.hanlp.summary.TextRankKeyword
com.hankcs.hanlp.summary.TextRankSentence
com.hankcs.hanlp.tokenizer.BasicTokenizer
com.hankcs.hanlp.tokenizer.IndexTokenizer
com.hankcs.hanlp.tokenizer.NLPTokenizer
com.hankcs.hanlp.tokenizer.NotionalTokenizer
com.hankcs.hanlp.tokenizer.SpeedTokenizer
com.hankcs.hanlp.tokenizer.StandardTokenizer
com.hankcs.hanlp.tokenizer.TraditionalChineseTokenizer
com.hankcs.hanlp.tokenizer.URLTokenizer
com.hankcs.hanlp.tokenizer.lexical.AbstractLexicalAnalyzer
com.hankcs.hanlp.tokenizer.lexical.LexicalAnalyzer
com.hankcs.hanlp.tokenizer.lexical.NERecognizer
com.hankcs.hanlp.tokenizer.lexical.POSTagger
com.hankcs.hanlp.tokenizer.lexical.Segmenter
com.hankcs.hanlp.tokenizer.pipe.LexicalAnalyzerPipe
com.hankcs.hanlp.tokenizer.pipe.LexicalAnalyzerPipeline
com.hankcs.hanlp.tokenizer.pipe.Pipe
com.hankcs.hanlp.tokenizer.pipe.Pipeline
com.hankcs.hanlp.tokenizer.pipe.RegexRecognizePipe
com.hankcs.hanlp.utility.ByteUtil
com.hankcs.hanlp.utility.CharacterHelper
com.hankcs.hanlp.utility.GlobalObjectPool
com.hankcs.hanlp.utility.LexiconUtility
com.hankcs.hanlp.utility.MathUtility
com.hankcs.hanlp.utility.Predefine
com.hankcs.hanlp.utility.SentencesUtil
com.hankcs.hanlp.utility.TextUtility