org.apache.lucene.analysis.ja.dict
Class TokenInfoDictionary
java.lang.Object
org.apache.lucene.analysis.ja.dict.BinaryDictionary
org.apache.lucene.analysis.ja.dict.TokenInfoDictionary
- All Implemented Interfaces:
- Dictionary
public final class TokenInfoDictionary
- extends BinaryDictionary
Binary dictionary implementation for a known-word dictionary model:
Words are encoded into an FST mapping to a list of wordIDs.
Methods inherited from class org.apache.lucene.analysis.ja.dict.BinaryDictionary |
getBaseForm, getClassResource, getInflectionForm, getInflectionType, getLeftId, getPartOfSpeech, getPronunciation, getReading, getResource, getRightId, getWordCost, lookupWordIds |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FST_FILENAME_SUFFIX
public static final String FST_FILENAME_SUFFIX
- See Also:
- Constant Field Values
getFST
public TokenInfoFST getFST()
getInstance
public static TokenInfoDictionary getInstance()