Uses of Record Class
org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Packages that use KoMorphData.Morpheme
Package
Description
Analyzer for Korean.
Korean dictionary implementation.
Additional Korean-specific Attributes for text analysis.
-
Uses of KoMorphData.Morpheme in org.apache.lucene.analysis.ko
Methods in org.apache.lucene.analysis.ko that return KoMorphData.MorphemeModifier and TypeMethodDescriptionDecompoundToken.getMorphemes()
DictionaryToken.getMorphemes()
abstract KoMorphData.Morpheme[]
Token.getMorphemes()
Get theKoMorphData.Morpheme
decomposition of the token. -
Uses of KoMorphData.Morpheme in org.apache.lucene.analysis.ko.dict
Methods in org.apache.lucene.analysis.ko.dict that return KoMorphData.MorphemeModifier and TypeMethodDescriptionKoMorphData.getMorphemes
(int morphId, char[] surfaceForm, int off, int len) Get the morphemes of specified word (e.g. -
Uses of KoMorphData.Morpheme in org.apache.lucene.analysis.ko.tokenattributes
Methods in org.apache.lucene.analysis.ko.tokenattributes that return KoMorphData.MorphemeModifier and TypeMethodDescriptionPartOfSpeechAttribute.getMorphemes()
Get theKoMorphData.Morpheme
decomposition of the token.PartOfSpeechAttributeImpl.getMorphemes()