Class Hierarchy
- java.lang.Object
- com.hankcs.hanlp.collection.trie.bintrie._ValueArray<V>
- com.hankcs.hanlp.classification.classifiers.AbstractClassifier (implements com.hankcs.hanlp.classification.classifiers.IClassifier)
- com.hankcs.hanlp.mining.word2vec.AbstractClosestVectors
- com.hankcs.hanlp.mining.word2vec.AbstractClosestVectors.Result
- java.util.AbstractCollection<E> (implements java.util.Collection<E>)
- com.hankcs.hanlp.classification.corpus.AbstractDataSet (implements com.hankcs.hanlp.classification.corpus.IDataSet)
- com.hankcs.hanlp.dependency.AbstractDependencyParser (implements com.hankcs.hanlp.dependency.IDependencyParser)
- com.hankcs.hanlp.dependency.nnparser.action.AbstractInexactAction (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.dependency.nnparser.action.Action (implements com.hankcs.hanlp.dependency.nnparser.action.ActionType)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- java.util.AbstractMap.SimpleEntry<K,V> (implements java.util.Map.Entry<K,V>, java.io.Serializable)
- com.hankcs.hanlp.classification.models.AbstractModel (implements java.io.Serializable)
- com.hankcs.hanlp.mining.word2vec.AbstractTrainer
- com.hankcs.hanlp.mining.word2vec.Train
- com.hankcs.hanlp.mining.word2vec.AbstractVectorModel<K>
- com.hankcs.hanlp.dependency.nnparser.action.ActionFactory (implements com.hankcs.hanlp.dependency.nnparser.action.ActionType)
- com.hankcs.hanlp.dependency.nnparser.action.ActionUtils (implements com.hankcs.hanlp.dependency.nnparser.action.ActionType)
- com.hankcs.hanlp.dependency.nnparser.option.AdaOption
- com.hankcs.hanlp.collection.AhoCorasick.AhoCorasickDoubleArrayTrie<V>
- com.hankcs.hanlp.collection.AhoCorasick.AhoCorasickDoubleArrayTrie.Hit<V>
- com.hankcs.hanlp.dependency.nnparser.Alphabet (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.model.perceptron.cli.Args
- com.hankcs.hanlp.algorithm.ArrayCompare
- com.hankcs.hanlp.algorithm.ArrayDistance
- com.hankcs.hanlp.collection.trie.bintrie.util.ArrayTool
- com.hankcs.hanlp.seg.NShort.Path.AtomNode
- com.hankcs.hanlp.dependency.perceptron.learning.AveragedPerceptron
- com.hankcs.hanlp.classification.corpus.BagOfWordsDocument (implements com.hankcs.hanlp.classification.corpus.ITermFrequencyHolder)
- com.hankcs.hanlp.classification.corpus.Document
- com.hankcs.hanlp.dictionary.ts.BaseChineseDictionary
- com.hankcs.hanlp.classification.features.BaseFeatureData
- com.hankcs.hanlp.collection.trie.bintrie.BaseNode<V> (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.collection.trie.bintrie.BinTrie<V> (implements java.io.Externalizable, com.hankcs.hanlp.collection.trie.ITrie<V>)
- com.hankcs.hanlp.collection.trie.bintrie.Node<V>
- com.hankcs.hanlp.suggest.scorer.BaseScorer<T> (implements com.hankcs.hanlp.suggest.scorer.IScorer)
- com.hankcs.hanlp.dictionary.BaseSearcher<V>
- com.hankcs.hanlp.dependency.nnparser.option.BasicOption
- com.hankcs.hanlp.dependency.nnparser.option.LearnOption
- com.hankcs.hanlp.dependency.nnparser.option.TestOption
- com.hankcs.hanlp.tokenizer.BasicTokenizer
- com.hankcs.hanlp.dependency.perceptron.transition.configuration.BeamElement (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.dependency.perceptron.transition.parser.BeamScorerThread (implements java.util.concurrent.Callable<V>)
- com.hankcs.hanlp.model.bigram.BigramDependencyModel
- com.hankcs.hanlp.classification.tokenizers.BigramTokenizer (implements com.hankcs.hanlp.classification.tokenizers.ITokenizer)
- com.hankcs.hanlp.classification.tokenizers.BlankTokenizer (implements com.hankcs.hanlp.classification.tokenizers.ITokenizer)
- com.hankcs.hanlp.summary.BM25
- com.hankcs.hanlp.corpus.io.ByteArray
- com.hankcs.hanlp.utility.ByteUtil
- com.hankcs.hanlp.classification.corpus.Catalog (implements java.io.Serializable)
- com.hankcs.hanlp.model.trigram.CharacterBasedGenerativeModel (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.utility.CharacterHelper
- com.hankcs.hanlp.suggest.scorer.editdistance.CharArray (implements java.lang.Comparable<T>, com.hankcs.hanlp.suggest.scorer.ISentenceKey<T>)
- com.hankcs.hanlp.dictionary.other.CharTable
- com.hankcs.hanlp.dictionary.other.CharType
- com.hankcs.hanlp.classification.features.ChiSquareFeatureExtractor
- com.hankcs.hanlp.mining.cluster.Cluster<K> (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.mining.cluster.ClusterAnalyzer<K>
- com.hankcs.hanlp.classification.utilities.CollectionUtility
- com.hankcs.hanlp.seg.Other.CommonAhoCorasickDoubleArrayTrieSegment<V>
- com.hankcs.hanlp.seg.Other.CommonAhoCorasickSegmentUtil
- com.hankcs.hanlp.dictionary.common.CommonDictionary<V>
- com.hankcs.hanlp.corpus.dictionary.CommonDictionaryMaker (implements com.hankcs.hanlp.corpus.dictionary.ISaveAble)
- com.hankcs.hanlp.dictionary.common.CommonStringDictionary
- com.hankcs.hanlp.corpus.dictionary.CommonSuffixExtractor
- com.hankcs.hanlp.dictionary.common.CommonSynonymDictionary
- com.hankcs.hanlp.dictionary.common.CommonSynonymDictionary.SynonymItem
- com.hankcs.hanlp.dictionary.common.CommonSynonymDictionaryEx
- com.hankcs.hanlp.dependency.perceptron.structures.CompactArray (implements java.io.Serializable)
- com.hankcs.hanlp.dependency.perceptron.transition.configuration.CompactTree
- com.hankcs.hanlp.corpus.document.sentence.word.CompoundWord (implements java.lang.Iterable<T>, com.hankcs.hanlp.corpus.document.sentence.word.IWord)
- com.hankcs.hanlp.mining.word2vec.ComputeAccuracy
- com.hankcs.hanlp.mining.word2vec.Config
- com.hankcs.hanlp.seg.Config
- com.hankcs.hanlp.dependency.nnparser.option.ConfigOption
- com.hankcs.hanlp.dependency.perceptron.transition.configuration.Configuration (implements java.lang.Cloneable, java.lang.Comparable<T>, java.io.Serializable)
- com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLFixer
- com.hankcs.hanlp.corpus.dependency.CoNll.CoNllLine
- com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLLoader
- com.hankcs.hanlp.dependency.perceptron.accessories.CoNLLReader
- com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLSentence (implements java.lang.Iterable<T>)
- com.hankcs.hanlp.corpus.dependency.CoNll.CoNLLWord
- com.hankcs.hanlp.classification.utilities.io.ConsoleLogger (implements com.hankcs.hanlp.classification.utilities.io.ILogger)
- com.hankcs.hanlp.dependency.nnparser.Context
- com.hankcs.hanlp.model.maxent.Context
- com.hankcs.hanlp.classification.statistics.ContinuousDistributions
- com.hankcs.hanlp.dictionary.CoreBiGramTableDictionary
- com.hankcs.hanlp.dictionary.CoreDictionary
- com.hankcs.hanlp.dictionary.CoreDictionary.Attribute (implements java.io.Serializable)
- com.hankcs.hanlp.dictionary.CoreDictionaryTransformMatrixDictionary
- com.hankcs.hanlp.dictionary.stopword.CoreStopWordDictionary
- com.hankcs.hanlp.dictionary.CoreSynonymDictionary
- com.hankcs.hanlp.dictionary.CoreSynonymDictionaryEx
- com.hankcs.hanlp.mining.word2vec.Corpus
- com.hankcs.hanlp.corpus.document.CorpusLoader
- com.hankcs.hanlp.corpus.util.CorpusUtil
- com.hankcs.hanlp.seg.NShort.Path.CQueue
- 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.crf.crfpp.CRFEncoderThread (implements java.util.concurrent.Callable<V>)
- com.hankcs.hanlp.model.crf.CRFModel (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.model.crf.CRFTagger
- com.hankcs.hanlp.dictionary.CustomDictionary
- com.hankcs.hanlp.seg.common.CWSEvaluator
- com.hankcs.hanlp.seg.common.CWSEvaluator.Result
- com.hankcs.hanlp.dependency.nnparser.Dependency
- com.hankcs.hanlp.corpus.dictionary.DictionaryMaker (implements com.hankcs.hanlp.corpus.dictionary.ISaveAble)
- com.hankcs.hanlp.corpus.util.DictionaryUtil
- com.hankcs.hanlp.algorithm.Dijkstra
- com.hankcs.hanlp.corpus.document.Document (implements java.io.Serializable)
- com.hankcs.hanlp.mining.cluster.Document<K>
- com.hankcs.hanlp.collection.dartsclone.DoubleArray (implements java.io.Serializable)
- com.hankcs.hanlp.collection.dartsclone.DartMap<V> (implements com.hankcs.hanlp.collection.trie.ITrie<V>, java.util.Map<K,V>)
- com.hankcs.hanlp.collection.dartsclone.details.DoubleArrayBuilder
- com.hankcs.hanlp.collection.trie.DoubleArrayTrie<V> (implements com.hankcs.hanlp.collection.trie.ITrie<V>, java.io.Serializable)
- com.hankcs.hanlp.collection.trie.DoubleArrayTrie.LongestSearcher
- com.hankcs.hanlp.collection.trie.DoubleArrayTrie.Searcher
- com.hankcs.hanlp.model.crf.crfpp.DoubleArrayTrieInteger (implements java.io.Serializable)
- com.hankcs.hanlp.dictionary.DynamicCustomDictionary
- com.hankcs.hanlp.corpus.dictionary.EasyDictionary
- com.hankcs.hanlp.corpus.dictionary.EasyDictionary.Attribute
- com.hankcs.hanlp.corpus.io.EasyReader
- com.hankcs.hanlp.dependency.common.Edge
- com.hankcs.hanlp.dependency.perceptron.accessories.Edge
- com.hankcs.hanlp.seg.common.Edge
- com.hankcs.hanlp.algorithm.EditDistance
- com.hankcs.hanlp.model.crf.crfpp.Encoder
- com.hankcs.hanlp.corpus.dictionary.item.EnumItem<E>
- com.hankcs.hanlp.model.maxent.EvalParameters
- com.hankcs.hanlp.classification.statistics.evaluations.Evaluator
- com.hankcs.hanlp.corpus.dependency.CoNll.Evaluator
- com.hankcs.hanlp.dependency.perceptron.accessories.Evaluator
- com.hankcs.hanlp.dependency.perceptron.transition.features.FeatureExtractor
- com.hankcs.hanlp.model.crf.FeatureFunction (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.model.crf.crfpp.FeatureIndex
- com.hankcs.hanlp.model.perceptron.feature.FeatureMap (implements com.hankcs.hanlp.corpus.io.ICacheAble, com.hankcs.hanlp.model.perceptron.common.IStringIdMap)
- com.hankcs.hanlp.model.perceptron.feature.FeatureSortItem
- com.hankcs.hanlp.model.crf.FeatureTemplate (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.corpus.io.FileIOAdapter (implements com.hankcs.hanlp.corpus.io.IIOAdapter)
- com.hankcs.hanlp.classification.statistics.evaluations.FMeasure (implements java.io.Serializable)
- com.hankcs.hanlp.utility.GlobalObjectPool
- com.hankcs.hanlp.seg.common.Graph
- com.hankcs.hanlp.HanLP
- com.hankcs.hanlp.HanLP.Config
- com.hankcs.hanlp.classification.tokenizers.HanLPTokenizer (implements com.hankcs.hanlp.classification.tokenizers.ITokenizer)
- com.hankcs.hanlp.model.hmm.HiddenMarkovModel
- com.hankcs.hanlp.model.hmm.HMMTrainer
- com.hankcs.hanlp.suggest.scorer.lexeme.IdVector (implements java.lang.Comparable<T>, com.hankcs.hanlp.suggest.scorer.ISentenceKey<T>)
- com.hankcs.hanlp.dependency.perceptron.structures.IndexMaps (implements java.io.Serializable)
- com.hankcs.hanlp.tokenizer.IndexTokenizer
- com.hankcs.hanlp.dependency.nnparser.Instance
- com.hankcs.hanlp.dependency.perceptron.transition.configuration.Instance
- com.hankcs.hanlp.model.perceptron.instance.Instance
- com.hankcs.hanlp.model.perceptron.InstanceConsumer
- com.hankcs.hanlp.collection.trie.datrie.IntArrayList (implements com.hankcs.hanlp.corpus.io.ICacheAble, java.io.Serializable)
- com.hankcs.hanlp.dictionary.py.Integer2PinyinConverter
- com.hankcs.hanlp.algorithm.ahocorasick.interval.Interval (implements com.hankcs.hanlp.algorithm.ahocorasick.interval.Intervalable)
- com.hankcs.hanlp.algorithm.ahocorasick.trie.Emit (implements com.hankcs.hanlp.algorithm.ahocorasick.interval.Intervalable)
- com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalableComparatorByPosition (implements java.util.Comparator<T>)
- com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalableComparatorBySize (implements java.util.Comparator<T>)
- com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalNode
- com.hankcs.hanlp.algorithm.ahocorasick.interval.IntervalTree
- com.hankcs.hanlp.corpus.io.IOUtil
- com.hankcs.hanlp.model.perceptron.utility.IOUtility
- com.hankcs.hanlp.corpus.io.IOUtil.LineIterator (implements java.lang.Iterable<T>, java.util.Iterator<E>)
- com.hankcs.hanlp.dictionary.nr.JapanesePersonDictionary
- com.hankcs.hanlp.recognition.nr.JapanesePersonRecognition
- com.hankcs.hanlp.collection.dartsclone.details.Keyset
- com.hankcs.hanlp.summary.KeywordExtractor
- com.hankcs.hanlp.mining.word2vec.KMeansClustering
- com.hankcs.hanlp.dependency.perceptron.transition.parser.LabeledAction
- com.hankcs.hanlp.model.crf.crfpp.LbfgsOptimizer
- com.hankcs.hanlp.tokenizer.pipe.LexicalAnalyzerPipe (implements com.hankcs.hanlp.tokenizer.pipe.Pipe<I,O>)
- com.hankcs.hanlp.classification.corpus.Lexicon
- com.hankcs.hanlp.utility.LexiconUtility
- com.hankcs.hanlp.model.perceptron.model.LinearModel (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.corpus.io.LineHandler
- com.hankcs.hanlp.dependency.nnparser.util.Log
- com.hankcs.hanlp.algorithm.LongestCommonSubsequence
- com.hankcs.hanlp.algorithm.LongestCommonSubstring
- com.hankcs.hanlp.dependency.perceptron.parser.Main
- com.hankcs.hanlp.model.perceptron.Main
- com.hankcs.hanlp.dependency.nnparser.util.math
- com.hankcs.hanlp.utility.MathUtility
- com.hankcs.hanlp.dependency.nnparser.Matrix (implements java.lang.Cloneable, com.hankcs.hanlp.corpus.io.ICacheAble, java.io.Serializable)
- com.hankcs.hanlp.corpus.dependency.model.MaxEntDependencyModelMaker
- com.hankcs.hanlp.model.maxent.MaxEntModel
- com.hankcs.hanlp.algorithm.MaxHeap<E> (implements java.lang.Iterable<T>)
- com.hankcs.hanlp.model.crf.crfpp.Mcsrch
- com.hankcs.hanlp.collection.MDAG.MDAG (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.collection.MDAG.MDAGSet (implements java.util.Set<E>)
- com.hankcs.hanlp.collection.MDAG.MDAGNode
- com.hankcs.hanlp.model.crf.crfpp.Model
- com.hankcs.hanlp.collection.trie.datrie.MutableDoubleArrayTrie<V> (implements java.lang.Iterable<T>, java.util.SortedMap<K,V>)
- com.hankcs.hanlp.collection.trie.datrie.MutableDoubleArrayTrieInteger (implements com.hankcs.hanlp.corpus.io.ICacheAble, java.lang.Iterable<T>, java.io.Serializable)
- com.hankcs.hanlp.collection.trie.datrie.MutableDoubleArrayTrieInteger.KeyValuePair (implements java.util.Iterator<E>)
- com.hankcs.hanlp.mining.phrase.MutualInformationEntropyPhraseExtractor (implements com.hankcs.hanlp.mining.phrase.IPhraseExtractor)
- com.hankcs.hanlp.corpus.tag.Nature
- com.hankcs.hanlp.dependency.nnparser.option.NetworkOption
- com.hankcs.hanlp.dependency.nnparser.NeuralNetworkClassifier
- com.hankcs.hanlp.dependency.nnparser.NeuralNetworkParser (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.mining.word.NewWordDiscover
- com.hankcs.hanlp.corpus.dictionary.NGramDictionaryMaker
- com.hankcs.hanlp.tokenizer.NLPTokenizer
- com.hankcs.hanlp.dependency.common.Node
- com.hankcs.hanlp.model.crf.crfpp.Node
- com.hankcs.hanlp.seg.Viterbi.Path.Node
- com.hankcs.hanlp.tokenizer.NotionalTokenizer
- com.hankcs.hanlp.dictionary.nr.NRConstant
- com.hankcs.hanlp.seg.NShort.Path.NShortPath
- com.hankcs.hanlp.corpus.occurrence.Occurrence
- com.hankcs.hanlp.dependency.perceptron.accessories.Options (implements java.io.Serializable)
- com.hankcs.hanlp.dictionary.nt.OrganizationDictionary
- com.hankcs.hanlp.recognition.nt.OrganizationRecognition
- com.hankcs.hanlp.collection.dartsclone.Pair<T,U>
- com.hankcs.hanlp.dependency.perceptron.accessories.Pair<T1,T2> (implements java.lang.Cloneable, java.lang.Comparable<T>, java.io.Serializable)
- com.hankcs.hanlp.model.crf.crfpp.Pair<K,V> (implements java.io.Serializable)
- com.hankcs.hanlp.dependency.nnparser.Parser
- com.hankcs.hanlp.dependency.nnparser.parser_dll
- com.hankcs.hanlp.dependency.perceptron.structures.ParserModel
- com.hankcs.hanlp.dependency.perceptron.transition.parser.ParseTaggedThread (implements java.util.concurrent.Callable<V>)
- com.hankcs.hanlp.dependency.perceptron.transition.parser.ParseThread (implements java.util.concurrent.Callable<V>)
- com.hankcs.hanlp.dependency.perceptron.transition.parser.PartialTreeBeamScorerThread (implements java.util.concurrent.Callable<V>)
- com.hankcs.hanlp.dictionary.other.PartOfSpeechTagDictionary
- com.hankcs.hanlp.model.crf.crfpp.Path
- com.hankcs.hanlp.seg.NShort.Path.PathNode
- com.hankcs.hanlp.model.perceptron.PerceptronClassifier
- com.hankcs.hanlp.model.perceptron.PerceptronTrainer.Result
- com.hankcs.hanlp.dictionary.nr.PersonDictionary
- com.hankcs.hanlp.recognition.nr.PersonRecognition
- com.hankcs.hanlp.dictionary.py.PinyinDictionary
- com.hankcs.hanlp.suggest.scorer.pinyin.PinyinKey (implements java.lang.Comparable<T>, com.hankcs.hanlp.suggest.scorer.ISentenceKey<T>)
- com.hankcs.hanlp.dictionary.py.PinyinUtil
- com.hankcs.hanlp.tokenizer.pipe.Pipeline<I,M,O> (implements java.util.List<E>, com.hankcs.hanlp.tokenizer.pipe.Pipe<I,O>)
- com.hankcs.hanlp.dictionary.ns.PlaceDictionary
- com.hankcs.hanlp.recognition.ns.PlaceRecognition
- com.hankcs.hanlp.corpus.dictionary.PlaceSuffixDictionary
- com.hankcs.hanlp.corpus.dependency.CoNll.PosTagCompiler
- com.hankcs.hanlp.dependency.nnparser.util.PosTagUtil
- com.hankcs.hanlp.corpus.util.Precompiler
- com.hankcs.hanlp.utility.Predefine
- com.hankcs.hanlp.model.trigram.frequency.Probability (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.model.perceptron.cli.PropertiesArgs
- com.hankcs.hanlp.seg.NShort.Path.QueueElement (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.tokenizer.pipe.RegexRecognizePipe (implements com.hankcs.hanlp.tokenizer.pipe.Pipe<I,O>)
- com.hankcs.hanlp.corpus.io.ResourceIOAdapter (implements com.hankcs.hanlp.corpus.io.IIOAdapter)
- com.hankcs.hanlp.seg.common.ResultTerm<V>
- com.hankcs.hanlp.dependency.nnparser.Sample
- com.hankcs.hanlp.seg.Segment
- com.hankcs.hanlp.seg.common.wrapper.SegmentWrapper
- com.hankcs.hanlp.corpus.document.sentence.Sentence (implements java.lang.Iterable<T>, java.io.Serializable)
- com.hankcs.hanlp.dependency.perceptron.structures.Sentence (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.utility.SentencesUtil
- com.hankcs.hanlp.corpus.dictionary.SimpleDictionary<V>
- com.hankcs.hanlp.corpus.dictionary.item.SimpleItem
- com.hankcs.hanlp.corpus.dictionary.item.Item
- com.hankcs.hanlp.collection.MDAG.SimpleMDAGNode (implements com.hankcs.hanlp.corpus.io.ICacheAble)
- com.hankcs.hanlp.dependency.nnparser.option.SpecialOption
- com.hankcs.hanlp.tokenizer.SpeedTokenizer
- com.hankcs.hanlp.collection.sequence.SString (implements java.lang.CharSequence, java.lang.Comparable<T>)
- com.hankcs.hanlp.tokenizer.StandardTokenizer
- com.hankcs.hanlp.collection.AhoCorasick.State
- com.hankcs.hanlp.dependency.nnparser.State
- com.hankcs.hanlp.dependency.common.State (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.dependency.perceptron.transition.configuration.State (implements java.lang.Cloneable)
- com.hankcs.hanlp.algorithm.ahocorasick.trie.State
- com.hankcs.hanlp.seg.Dijkstra.Path.State (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.dependency.nnparser.util.std
- com.hankcs.hanlp.dictionary.py.String2PinyinConverter
- com.hankcs.hanlp.corpus.dictionary.StringDictionaryMaker
- com.hankcs.hanlp.corpus.dictionary.SuffixDictionary
- com.hankcs.hanlp.suggest.Suggester (implements com.hankcs.hanlp.suggest.ISuggester)
- com.hankcs.hanlp.corpus.synonym.Synonym (implements com.hankcs.hanlp.corpus.synonym.ISynonym)
- com.hankcs.hanlp.corpus.synonym.SynonymHelper
- com.hankcs.hanlp.model.crf.Table
- com.hankcs.hanlp.model.crf.crfpp.Tagger
- com.hankcs.hanlp.model.perceptron.tagset.TagSet (implements com.hankcs.hanlp.corpus.io.ICacheAble, com.hankcs.hanlp.model.perceptron.common.IIdStringMap, com.hankcs.hanlp.model.perceptron.common.IStringIdMap, java.lang.Iterable<T>)
- com.hankcs.hanlp.model.perceptron.tagset.CWSTagSet
- com.hankcs.hanlp.model.perceptron.tagset.NERTagSet
- com.hankcs.hanlp.model.perceptron.tagset.POSTagSet
- com.hankcs.hanlp.seg.common.Term
- com.hankcs.hanlp.corpus.occurrence.TermOccurrence
- com.hankcs.hanlp.classification.utilities.TextProcessUtility
- com.hankcs.hanlp.summary.TextRankSentence
- com.hankcs.hanlp.utility.TextUtility
- com.hankcs.hanlp.mining.word.TfIdf
- com.hankcs.hanlp.classification.features.TfIdfFeatureWeighter (implements com.hankcs.hanlp.classification.features.IFeatureWeighter)
- com.hankcs.hanlp.classification.features.TfOnlyFeatureWeighter (implements com.hankcs.hanlp.classification.features.IFeatureWeighter)
- java.lang.Thread (implements java.lang.Runnable)
- com.hankcs.hanlp.corpus.dictionary.TMDictionaryMaker (implements com.hankcs.hanlp.corpus.dictionary.ISaveAble)
- com.hankcs.hanlp.algorithm.ahocorasick.trie.Token
- com.hankcs.hanlp.dictionary.py.TonePinyinString2PinyinConverter
- com.hankcs.hanlp.tokenizer.TraditionalChineseTokenizer
- com.hankcs.hanlp.dictionary.TransformMatrix
- com.hankcs.hanlp.dependency.perceptron.transition.parser.TransitionBasedParser
- com.hankcs.hanlp.dependency.nnparser.TransitionSystem
- com.hankcs.hanlp.dictionary.nr.TranslatedPersonDictionary
- com.hankcs.hanlp.recognition.nr.TranslatedPersonRecognition
- com.hankcs.hanlp.algorithm.ahocorasick.trie.Trie
- com.hankcs.hanlp.algorithm.ahocorasick.trie.TrieConfig
- com.hankcs.hanlp.model.maxent.UniformPrior
- com.hankcs.hanlp.tokenizer.URLTokenizer
- com.hankcs.hanlp.collection.trie.datrie.Utf8CharacterMapping (implements com.hankcs.hanlp.collection.trie.datrie.CharacterMapping, java.io.Serializable)
- com.hankcs.hanlp.model.perceptron.utility.Utility
- com.hankcs.hanlp.mining.word2vec.Vector
- com.hankcs.hanlp.mining.word2vec.VectorsReader
- com.hankcs.hanlp.seg.common.Vertex
- com.hankcs.hanlp.algorithm.Viterbi
- com.hankcs.hanlp.model.hmm.Vocabulary (implements com.hankcs.hanlp.model.perceptron.common.IStringIdMap)
- com.hankcs.hanlp.mining.word2vec.VocabWord (implements java.lang.Comparable<T>)
- com.hankcs.hanlp.corpus.document.sentence.word.Word (implements com.hankcs.hanlp.corpus.document.sentence.word.IWord)
- com.hankcs.hanlp.mining.word2vec.Word2VecTrainer
- com.hankcs.hanlp.mining.word2vec.WordCluster
- com.hankcs.hanlp.corpus.document.sentence.word.WordFactory
- com.hankcs.hanlp.mining.word.WordInfo
- com.hankcs.hanlp.model.bigram.WordNatureDependencyModel
- com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightModelMaker
- com.hankcs.hanlp.corpus.dependency.model.WordNatureWeightScorer
- com.hankcs.hanlp.seg.common.WordNet
Interface Hierarchy
Annotation Type Hierarchy
- com.hankcs.hanlp.model.perceptron.cli.Argument (implements java.lang.annotation.Annotation)
Enum Hierarchy
Copyright © 2014–2021 码农场. All rights reserved.