Class UnknownDictionary
java.lang.Object
org.apache.lucene.analysis.ko.dict.BinaryDictionary
org.apache.lucene.analysis.ko.dict.UnknownDictionary
- All Implemented Interfaces:
Dictionary
Dictionary for unknown-word handling.
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.lucene.analysis.ko.dict.BinaryDictionary
BinaryDictionary.ResourceSchemeNested classes/interfaces inherited from interface org.apache.lucene.analysis.ko.dict.Dictionary
Dictionary.Morpheme -
Field Summary
FieldsFields inherited from class org.apache.lucene.analysis.ko.dict.BinaryDictionary
DICT_FILENAME_SUFFIX, DICT_HEADER, HAS_READING, HAS_SINGLE_POS, POSDICT_FILENAME_SUFFIX, POSDICT_HEADER, TARGETMAP_FILENAME_SUFFIX, TARGETMAP_HEADER, VERSION -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateUnknownDictionary(BinaryDictionary.ResourceScheme scheme, String resourcePath) -
Method Summary
Modifier and TypeMethodDescriptionstatic UnknownDictionarygetMorphemes(int wordId, char[] surfaceForm, int off, int len) Get the morphemes of specified word (e.g.getReading(int wordId) Get the reading of specified word (mainly used for Hanja to Hangul conversion).Methods inherited from class org.apache.lucene.analysis.ko.dict.BinaryDictionary
getClassResource, getLeftId, getLeftPOS, getPOSType, getResource, getResource, getRightId, getRightPOS, getWordCost, lookupWordIds
-
Field Details
-
characterDefinition
-
-
Constructor Details
-
UnknownDictionary
public UnknownDictionary(BinaryDictionary.ResourceScheme scheme, String resourcePath) throws IOException - Parameters:
scheme- scheme for loading resources (FILE or CLASSPATH).resourcePath- where to load resources from; a path, including the file base name without extension; this is used to match multiple files with the same base name.- Throws:
IOException
-
UnknownDictionary
- Throws:
IOException
-
-
Method Details
-
getCharacterDefinition
-
getInstance
-
getReading
Description copied from interface:DictionaryGet the reading of specified word (mainly used for Hanja to Hangul conversion).- Specified by:
getReadingin interfaceDictionary- Overrides:
getReadingin classBinaryDictionary
-
getMorphemes
Description copied from interface:DictionaryGet the morphemes of specified word (e.g. 가깝으나: 가깝 + 으나).- Specified by:
getMorphemesin interfaceDictionary- Overrides:
getMorphemesin classBinaryDictionary
-