Uses of Interface
org.apache.lucene.analysis.ja.dict.JaMorphData
Packages that use JaMorphData
-
Uses of JaMorphData in org.apache.lucene.analysis.ja
Method parameters in org.apache.lucene.analysis.ja with type arguments of type JaMorphDataModifier and TypeMethodDescriptionvoid
JapaneseTokenizer.setGraphvizFormatter
(GraphvizFormatter<JaMorphData> dotOut) Expert: set this to produce graphviz (dot) output of the Viterbi latticeConstructors in org.apache.lucene.analysis.ja with parameters of type JaMorphDataModifierConstructorDescriptionToken
(char[] surfaceForm, int offset, int length, int startOffset, int endOffset, int morphId, TokenType type, JaMorphData morphData)