Uses of Enum Class
org.apache.lucene.analysis.morph.TokenType
Packages that use TokenType
-
Uses of TokenType in org.apache.lucene.analysis.morph
Fields in org.apache.lucene.analysis.morph declared as TokenTypeFields in org.apache.lucene.analysis.morph with type parameters of type TokenTypeModifier and TypeFieldDescriptionprotected final EnumMap
<TokenType, Dictionary<? extends U>> ViterbiNBest.dictionaryMap
Methods in org.apache.lucene.analysis.morph that return TokenTypeModifier and TypeMethodDescriptionViterbi.Position.getBackType
(int index) ViterbiNBest.PositionNBest.getForwardType
(int index) ViterbiNBest.Lattice.getNodeDicType
(int node) Token.getType()
Returns the type of this tokenstatic TokenType
Returns the enum constant of this class with the specified name.static TokenType[]
TokenType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.morph with parameters of type TokenTypeModifier and TypeMethodDescriptionprotected final void
Viterbi.add
(MorphData morphData, Viterbi.Position fromPosData, int wordPos, int endPos, int wordID, TokenType type, boolean addPenalty) Add a token on the minimum cost path to the pending token list.void
Viterbi.Position.add
(int cost, int lastRightID, int backPos, int backRPos, int backIndex, int backID, TokenType backType) void
ViterbiNBest.PositionNBest.addForward
(int forwardPos, int forwardIndex, int forwardID, TokenType forwardType) Dictionary
<? extends T> Constructors in org.apache.lucene.analysis.morph with parameters of type TokenType