Uses of Package
org.apache.lucene.analysis.morph
Packages that use org.apache.lucene.analysis.morph
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
Analyzer for Korean.
Korean dictionary implementation.
Abstract classes for morphological analyzers.
-
Classes in org.apache.lucene.analysis.morph used by org.apache.lucene.analysis.jaClassDescriptionn-gram connection cost dataHigh-level dictionary interface for morphological analyzers.Outputs the dot (graphviz) string for the viterbi lattice.Analyzed token with morphological data.Thin wrapper around an FST with root-arc caching.Token type reflecting the original source of this tokenPerforms Viterbi algorithm for morphological Tokenizers, which split texts by Hidden Markov Model or Conditional Random Fields.Holds all back pointers arriving to this position.
Viterbi
subclass for n-best path calculation. -
Classes in org.apache.lucene.analysis.morph used by org.apache.lucene.analysis.ja.dictClassDescriptionAbstract dictionary base class.Abstract base dictionary writer class.Character category data.Writes character definition filen-gram connection cost dataWrites connection costsHigh-level dictionary interface for morphological analyzers.Abstract writer class to write dictionary entries.High-level interface that represents morphological information in a dictionaryThin wrapper around an FST with root-arc caching.
-
Classes in org.apache.lucene.analysis.morph used by org.apache.lucene.analysis.koClassDescriptionn-gram connection cost dataHigh-level dictionary interface for morphological analyzers.Outputs the dot (graphviz) string for the viterbi lattice.High-level interface that represents morphological information in a dictionaryAnalyzed token with morphological data.Thin wrapper around an FST with root-arc caching.Token type reflecting the original source of this tokenPerforms Viterbi algorithm for morphological Tokenizers, which split texts by Hidden Markov Model or Conditional Random Fields.Holds all back pointers arriving to this position.
-
Classes in org.apache.lucene.analysis.morph used by org.apache.lucene.analysis.ko.dictClassDescriptionAbstract dictionary base class.Abstract base dictionary writer class.Character category data.Writes character definition filen-gram connection cost dataWrites connection costsHigh-level dictionary interface for morphological analyzers.Abstract writer class to write dictionary entries.High-level interface that represents morphological information in a dictionaryThin wrapper around an FST with root-arc caching.
-
Classes in org.apache.lucene.analysis.morph used by org.apache.lucene.analysis.morphClassDescriptionAbstract dictionary base class.Character category data.Functional interface to lookup character classn-gram connection cost dataHigh-level dictionary interface for morphological analyzers.Abstract writer class to write dictionary entries.
Dictionary
providerHigh-level interface that represents morphological information in a dictionaryAnalyzed token with morphological data.Thin wrapper around an FST with root-arc caching.Token type reflecting the original source of this tokenPerforms Viterbi algorithm for morphological Tokenizers, which split texts by Hidden Markov Model or Conditional Random Fields.Holds all back pointers arriving to this position.Holds partial graph (array of positions) for calculating the minimum cost pathYet another lattice data structure for keeping n-best path.Viterbi.Position
extension; this holds all forward pointers to calculate n-best path.