Class TokenInfoDictionary
java.lang.Object
org.apache.lucene.analysis.ja.dict.BinaryDictionary
org.apache.lucene.analysis.ja.dict.TokenInfoDictionary
- All Implemented Interfaces:
Dictionary
Binary dictionary implementation for a known-word dictionary model:
Words are encoded into an FST mapping to a list of wordIDs.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.lucene.analysis.ja.dict.BinaryDictionary
BinaryDictionary.ResourceScheme -
Field Summary
FieldsFields inherited from class org.apache.lucene.analysis.ja.dict.BinaryDictionary
DICT_FILENAME_SUFFIX, DICT_HEADER, HAS_BASEFORM, HAS_PRONUNCIATION, HAS_READING, POSDICT_FILENAME_SUFFIX, POSDICT_HEADER, TARGETMAP_FILENAME_SUFFIX, TARGETMAP_HEADER, VERSIONFields inherited from interface org.apache.lucene.analysis.ja.dict.Dictionary
INTERNAL_SEPARATOR -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateTokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath) -
Method Summary
Methods inherited from class org.apache.lucene.analysis.ja.dict.BinaryDictionary
getBaseForm, getClassResource, getInflectionForm, getInflectionType, getLeftId, getPartOfSpeech, getPronunciation, getReading, getResource, getResource, getRightId, getWordCost, lookupWordIds
-
Field Details
-
FST_FILENAME_SUFFIX
- See Also:
-
fst
-
-
Constructor Details
-
TokenInfoDictionary
public TokenInfoDictionary(BinaryDictionary.ResourceScheme resourceScheme, String resourcePath) throws IOException - Parameters:
resourceScheme- - scheme for loading resources (FILE or CLASSPATH).resourcePath- - where to load resources (dictionaries) from. If null, with CLASSPATH scheme only, use this class's name as the path.- Throws:
IOException
-
TokenInfoDictionary
- Throws:
IOException
-
-
Method Details
-
getFST
-
getInstance
-