Uses of Class
org.apache.lucene.analysis.morph.TokenInfoFST
Packages that use TokenInfoFST
Package
Description
Analyzer for Japanese.
Kuromoji dictionary implementation.
Analyzer for Korean.
Korean dictionary implementation.
Abstract classes for morphological analyzers.
-
Uses of TokenInfoFST in org.apache.lucene.analysis.ja
Constructors in org.apache.lucene.analysis.ja with parameters of type TokenInfoFSTModifierConstructorDescription(package private)ViterbiNBest(TokenInfoFST fst, FST.BytesReader fstReader, TokenInfoDictionary dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, UserDictionary userDictionary, ConnectionCosts costs, UnknownDictionary unkDictionary, CharacterDefinition characterDefinition, boolean discardPunctuation, boolean searchMode, boolean extendedMode, boolean outputCompounds) -
Uses of TokenInfoFST in org.apache.lucene.analysis.ja.dict
Subclasses of TokenInfoFST in org.apache.lucene.analysis.ja.dictModifier and TypeClassDescriptionfinal classThin wrapper around an FST with root-arc caching for Japanese. -
Uses of TokenInfoFST in org.apache.lucene.analysis.ko
Constructors in org.apache.lucene.analysis.ko with parameters of type TokenInfoFSTModifierConstructorDescription(package private)Viterbi(TokenInfoFST fst, FST.BytesReader fstReader, TokenInfoDictionary dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, UserDictionary userDictionary, ConnectionCosts costs, UnknownDictionary unkDictionary, CharacterDefinition characterDefinition, boolean discardPunctuation, KoreanTokenizer.DecompoundMode mode, boolean outputUnknownUnigrams) -
Uses of TokenInfoFST in org.apache.lucene.analysis.ko.dict
Subclasses of TokenInfoFST in org.apache.lucene.analysis.ko.dictModifier and TypeClassDescriptionfinal classThin wrapper around an FST with root-arc caching for Hangul syllables (11,172 arcs). -
Uses of TokenInfoFST in org.apache.lucene.analysis.morph
Fields in org.apache.lucene.analysis.morph declared as TokenInfoFSTModifier and TypeFieldDescriptionprivate final TokenInfoFSTViterbi.fstprivate final TokenInfoFSTViterbi.userFSTConstructors in org.apache.lucene.analysis.morph with parameters of type TokenInfoFSTModifierConstructorDescriptionprotectedViterbi(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs, Class<U> positionImpl) protectedViterbiNBest(TokenInfoFST fst, FST.BytesReader fstReader, BinaryDictionary<? extends MorphData> dictionary, TokenInfoFST userFST, FST.BytesReader userFSTReader, Dictionary<? extends MorphData> userDictionary, ConnectionCosts costs)