Uses of Enum Class
org.apache.lucene.analysis.ja.JapaneseTokenizer.Type
Packages that use JapaneseTokenizer.Type
-
Uses of JapaneseTokenizer.Type in org.apache.lucene.analysis.ja
Fields in org.apache.lucene.analysis.ja declared as JapaneseTokenizer.TypeModifier and TypeFieldDescription(package private) JapaneseTokenizer.Type[]
JapaneseTokenizer.Position.backType
(package private) JapaneseTokenizer.Type[]
JapaneseTokenizer.Position.forwardType
(package private) JapaneseTokenizer.Type[]
JapaneseTokenizer.Lattice.nodeDicType
private final JapaneseTokenizer.Type
Token.type
Fields in org.apache.lucene.analysis.ja with type parameters of type JapaneseTokenizer.TypeModifier and TypeFieldDescriptionprivate final EnumMap
<JapaneseTokenizer.Type, Dictionary> JapaneseTokenizer.dictionaryMap
(package private) EnumMap
<JapaneseTokenizer.Type, Dictionary> JapaneseTokenizer.Lattice.dictionaryMap
Methods in org.apache.lucene.analysis.ja that return JapaneseTokenizer.TypeModifier and TypeMethodDescriptionToken.getType()
Returns the type of this tokenstatic JapaneseTokenizer.Type
Returns the enum constant of this class with the specified name.static JapaneseTokenizer.Type[]
JapaneseTokenizer.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.analysis.ja with parameters of type JapaneseTokenizer.TypeModifier and TypeMethodDescriptionprivate void
JapaneseTokenizer.add
(Dictionary dict, JapaneseTokenizer.Position fromPosData, int endPos, int wordID, JapaneseTokenizer.Type type, boolean addPenalty) void
JapaneseTokenizer.Position.add
(int cost, int lastRightID, int backPos, int backIndex, int backID, JapaneseTokenizer.Type backType) void
JapaneseTokenizer.Position.addForward
(int forwardPos, int forwardIndex, int forwardID, JapaneseTokenizer.Type forwardType) private int
JapaneseTokenizer.Lattice.addNode
(JapaneseTokenizer.Type dicType, int wordID, int left, int right) (package private) Dictionary
JapaneseTokenizer.getDict
(JapaneseTokenizer.Type type) Method parameters in org.apache.lucene.analysis.ja with type arguments of type JapaneseTokenizer.TypeModifier and TypeMethodDescription(package private) void
JapaneseTokenizer.Lattice.setup
(char[] fragment, EnumMap<JapaneseTokenizer.Type, Dictionary> dictionaryMap, JapaneseTokenizer.WrappedPositionArray positions, int prevOffset, int endOffset, boolean useEOS) Constructors in org.apache.lucene.analysis.ja with parameters of type JapaneseTokenizer.TypeModifierConstructorDescriptionToken
(int wordId, char[] surfaceForm, int offset, int length, JapaneseTokenizer.Type type, int position, Dictionary dictionary)