A B C D E F G H I J K L M N O P R S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- accept() - Method in class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter
- advance() - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter.NumberBuffer
- ALPHA - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
B
- BinaryDictionary - Class in org.apache.lucene.analysis.ko.dict
-
Base class for a binary-encoded in-memory dictionary.
- BinaryDictionary(IOSupplier<InputStream>, IOSupplier<InputStream>, IOSupplier<InputStream>) - Constructor for class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- BinaryDictionary.ResourceScheme - Enum in org.apache.lucene.analysis.ko.dict
-
Deprecated, for removal: This API element is subject to removal in a future version.
- build(Path, Path, String, boolean) - Static method in class org.apache.lucene.analysis.ko.util.DictionaryBuilder
C
- CharacterDefinition - Class in org.apache.lucene.analysis.ko.dict
-
Character category data.
- charAt(int) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter.NumberBuffer
- CLASS_COUNT - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- CLASSPATH - org.apache.lucene.analysis.ko.dict.BinaryDictionary.ResourceScheme
-
Deprecated.
- clear() - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- clear() - Method in class org.apache.lucene.analysis.ko.tokenattributes.ReadingAttributeImpl
- close() - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
- code() - Method in enum org.apache.lucene.analysis.ko.POS.Tag
-
Returns the code associated with the tag (as defined in pos-id.def).
- COMPOUND - org.apache.lucene.analysis.ko.POS.Type
-
Compound noun.
- ConnectionCosts - Class in org.apache.lucene.analysis.ko.dict
-
n-gram connection cost data
- ConnectionCosts(URL) - Constructor for class org.apache.lucene.analysis.ko.dict.ConnectionCosts
-
Create a
ConnectionCosts
from an external resource URL (e.g. - ConnectionCosts(Path) - Constructor for class org.apache.lucene.analysis.ko.dict.ConnectionCosts
-
Create a
ConnectionCosts
from an external resource path. - ConnectionCosts(BinaryDictionary.ResourceScheme, String) - Constructor for class org.apache.lucene.analysis.ko.dict.ConnectionCosts
-
Deprecated, for removal: This API element is subject to removal in a future version.replaced by
ConnectionCosts(Path)
for files andConnectionCosts(URL)
for classpath/module resources. - copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- copyTo(AttributeImpl) - Method in class org.apache.lucene.analysis.ko.tokenattributes.ReadingAttributeImpl
- create(TokenStream) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilterFactory
- create(TokenStream) - Method in class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilterFactory
- create(TokenStream) - Method in class org.apache.lucene.analysis.ko.KoreanReadingFormFilterFactory
- create(AttributeFactory) - Method in class org.apache.lucene.analysis.ko.KoreanTokenizerFactory
- createComponents(String) - Method in class org.apache.lucene.analysis.ko.KoreanAnalyzer
- CYRILLIC - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
D
- DecompoundToken - Class in org.apache.lucene.analysis.ko
-
A token that was generated from a compound.
- DecompoundToken(POS.Tag, String, int, int) - Constructor for class org.apache.lucene.analysis.ko.DecompoundToken
-
Creates a new DecompoundToken
- DEFAULT - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- DEFAULT_DECOMPOUND - Static variable in class org.apache.lucene.analysis.ko.KoreanTokenizer
-
Default mode for the decompound of tokens (
KoreanTokenizer.DecompoundMode.DISCARD
. - DEFAULT_STOP_TAGS - Static variable in class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter
-
Default list of tags to filter.
- description() - Method in enum org.apache.lucene.analysis.ko.POS.Tag
-
Returns the description associated with the tag.
- DICT_FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- DICT_HEADER - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- Dictionary - Interface in org.apache.lucene.analysis.ko.dict
-
Dictionary interface for retrieving morphological data by id.
- Dictionary.Morpheme - Class in org.apache.lucene.analysis.ko.dict
-
A morpheme extracted from a compound token.
- DictionaryBuilder - Class in org.apache.lucene.analysis.ko.util
-
Tool to build dictionaries.
- DictionaryToken - Class in org.apache.lucene.analysis.ko
-
A token stored in a
Dictionary
. - DictionaryToken(KoreanTokenizer.Type, Dictionary, int, char[], int, int, int, int) - Constructor for class org.apache.lucene.analysis.ko.DictionaryToken
- DISCARD - org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
-
Decompose compounds and discards the original form (default).
E
- E - org.apache.lucene.analysis.ko.POS.Tag
-
Verbal endings
- end() - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
F
- FILE - org.apache.lucene.analysis.ko.dict.BinaryDictionary.ResourceScheme
-
Deprecated.
- FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.ConnectionCosts
- findTargetArc(int, FST.Arc<Long>, FST.Arc<Long>, boolean, FST.BytesReader) - Method in class org.apache.lucene.analysis.ko.dict.TokenInfoFST
- finish() - Method in class org.apache.lucene.analysis.ko.GraphvizFormatter
- FST_FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
G
- get(int, int) - Method in class org.apache.lucene.analysis.ko.dict.ConnectionCosts
- getBytesReader() - Method in class org.apache.lucene.analysis.ko.dict.TokenInfoFST
- getCharacterClass(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- getCharacterDefinition() - Method in class org.apache.lucene.analysis.ko.dict.UnknownDictionary
- getEndOffset() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the end offset of the term in the analyzed text.
- getFirstArc(FST.Arc<Long>) - Method in class org.apache.lucene.analysis.ko.dict.TokenInfoFST
- getFST() - Method in class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
- getFST() - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getInstance() - Static method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- getInstance() - Static method in class org.apache.lucene.analysis.ko.dict.ConnectionCosts
- getInstance() - Static method in class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
- getInstance() - Static method in class org.apache.lucene.analysis.ko.dict.UnknownDictionary
- getLeftId(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getLeftId(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get left id of specified word
- getLeftId(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getLeftPOS() - Method in class org.apache.lucene.analysis.ko.DecompoundToken
- getLeftPOS() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
- getLeftPOS() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the left part of speech of the token.
- getLeftPOS() - Method in interface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
-
Get the left part of speech of the token.
- getLeftPOS() - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- getLeftPOS(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getLeftPOS(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get the left
POS.Tag
of specfied word. - getLeftPOS(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getLength() - Method in class org.apache.lucene.analysis.ko.Token
- getMorphemes() - Method in class org.apache.lucene.analysis.ko.DecompoundToken
- getMorphemes() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
- getMorphemes() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the
Dictionary.Morpheme
decomposition of the token. - getMorphemes() - Method in interface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
-
Get the
Dictionary.Morpheme
decomposition of the token. - getMorphemes() - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- getMorphemes(int, char[], int, int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getMorphemes(int, char[], int, int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get the morphemes of specified word (e.g.
- getMorphemes(int, char[], int, int) - Method in class org.apache.lucene.analysis.ko.dict.UnknownDictionary
- getMorphemes(int, char[], int, int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getOffset() - Method in class org.apache.lucene.analysis.ko.Token
- getPositionIncrement() - Method in class org.apache.lucene.analysis.ko.Token
- getPositionLength() - Method in class org.apache.lucene.analysis.ko.Token
- getPOSType() - Method in class org.apache.lucene.analysis.ko.DecompoundToken
- getPOSType() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
- getPOSType() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the
POS.Type
of the token. - getPOSType() - Method in interface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
-
Get the
POS.Type
of the token. - getPOSType() - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- getPOSType(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getPOSType(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get the
POS.Type
of specified word (morpheme, compound, inflect or pre-analysis) - getPOSType(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getReading() - Method in class org.apache.lucene.analysis.ko.DecompoundToken
- getReading() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
- getReading() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the reading of the token.
- getReading() - Method in interface org.apache.lucene.analysis.ko.tokenattributes.ReadingAttribute
-
Get the reading of the token.
- getReading() - Method in class org.apache.lucene.analysis.ko.tokenattributes.ReadingAttributeImpl
- getReading(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getReading(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get the reading of specified word (mainly used for Hanja to Hangul conversion).
- getReading(int) - Method in class org.apache.lucene.analysis.ko.dict.UnknownDictionary
- getReading(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getResource(BinaryDictionary.ResourceScheme, String) - Static method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getRightId(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getRightId(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get right id of specified word
- getRightId(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getRightPOS() - Method in class org.apache.lucene.analysis.ko.DecompoundToken
- getRightPOS() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
- getRightPOS() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the right part of speech of the token.
- getRightPOS() - Method in interface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
-
Get the right part of speech of the token.
- getRightPOS() - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- getRightPOS(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getRightPOS(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get the right
POS.Tag
of specfied word. - getRightPOS(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- getStartOffset() - Method in class org.apache.lucene.analysis.ko.Token
-
Get the start offset of the term in the analyzed text.
- getSurfaceForm() - Method in class org.apache.lucene.analysis.ko.Token
- getSurfaceFormString() - Method in class org.apache.lucene.analysis.ko.Token
- getType() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
-
Returns the type of this token
- getWordCost(int) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- getWordCost(int) - Method in interface org.apache.lucene.analysis.ko.dict.Dictionary
-
Get word cost of specified word
- getWordCost(int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- GraphvizFormatter - Class in org.apache.lucene.analysis.ko
-
Outputs the dot (graphviz) string for the viterbi lattice.
- GraphvizFormatter(ConnectionCosts) - Constructor for class org.apache.lucene.analysis.ko.GraphvizFormatter
- GREEK - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
H
- HANGUL - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- HANJA - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- HANJANUMERIC - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- HAS_READING - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
-
flag that the entry has reading data.
- HAS_SINGLE_POS - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
-
flag that the entry has a single part of speech (leftPOS)
- hasCoda(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- HEADER - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- HEADER - Static variable in class org.apache.lucene.analysis.ko.dict.ConnectionCosts
- HIRAGANA - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
I
- IC - org.apache.lucene.analysis.ko.POS.Tag
-
Interjection
- incrementToken() - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
- incrementToken() - Method in class org.apache.lucene.analysis.ko.KoreanReadingFormFilter
- incrementToken() - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
- INFLECT - org.apache.lucene.analysis.ko.POS.Type
-
Inflected token.
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.ko.KoreanTokenizerFactory
- isArabicNumeral(char) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Arabic numeral predicate.
- isGroup(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- isHangul(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- isHanja(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- isInvoke(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- isKnown() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
-
Returns true if this token is known word
- isNumeral(char) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Numeral predicate
- isNumeral(String) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Numeral predicate
- isNumeralPunctuation(char) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Numeral punctuation predicate
- isNumeralPunctuation(String) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Numeral punctuation predicate
- isUnknown() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
-
Returns true if this token is unknown word
- isUser() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
-
Returns true if this token is defined in user dictionary
J
K
- KANJI - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- KATAKANA - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- KNOWN - org.apache.lucene.analysis.ko.KoreanTokenizer.Type
-
Known words from the system dictionary.
- KoreanAnalyzer - Class in org.apache.lucene.analysis.ko
-
Analyzer for Korean that uses morphological analysis.
- KoreanAnalyzer() - Constructor for class org.apache.lucene.analysis.ko.KoreanAnalyzer
-
Creates a new KoreanAnalyzer.
- KoreanAnalyzer(UserDictionary, KoreanTokenizer.DecompoundMode, Set<POS.Tag>, boolean) - Constructor for class org.apache.lucene.analysis.ko.KoreanAnalyzer
-
Creates a new KoreanAnalyzer.
- KoreanNumberFilter - Class in org.apache.lucene.analysis.ko
-
A
TokenFilter
that normalizes Korean numbers to regular Arabic decimal numbers in half-width characters. - KoreanNumberFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ko.KoreanNumberFilter
- KoreanNumberFilter.NumberBuffer - Class in org.apache.lucene.analysis.ko
-
Buffer that holds a Korean number string and a position index used as a parsed-to marker
- KoreanNumberFilterFactory - Class in org.apache.lucene.analysis.ko
-
Factory for
KoreanNumberFilter
. - KoreanNumberFilterFactory() - Constructor for class org.apache.lucene.analysis.ko.KoreanNumberFilterFactory
-
Default ctor for compatibility with SPI
- KoreanNumberFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ko.KoreanNumberFilterFactory
- KoreanPartOfSpeechStopFilter - Class in org.apache.lucene.analysis.ko
-
Removes tokens that match a set of part-of-speech tags.
- KoreanPartOfSpeechStopFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter
-
Create a new
KoreanPartOfSpeechStopFilter
with the default list of stop tagsKoreanPartOfSpeechStopFilter.DEFAULT_STOP_TAGS
. - KoreanPartOfSpeechStopFilter(TokenStream, Set<POS.Tag>) - Constructor for class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter
-
Create a new
KoreanPartOfSpeechStopFilter
. - KoreanPartOfSpeechStopFilterFactory - Class in org.apache.lucene.analysis.ko
-
Factory for
KoreanPartOfSpeechStopFilter
. - KoreanPartOfSpeechStopFilterFactory() - Constructor for class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilterFactory
-
Default ctor for compatibility with SPI
- KoreanPartOfSpeechStopFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilterFactory
-
Creates a new KoreanPartOfSpeechStopFilterFactory
- KoreanReadingFormFilter - Class in org.apache.lucene.analysis.ko
-
Replaces term text with the
ReadingAttribute
which is the Hangul transcription of Hanja characters. - KoreanReadingFormFilter(TokenStream) - Constructor for class org.apache.lucene.analysis.ko.KoreanReadingFormFilter
- KoreanReadingFormFilterFactory - Class in org.apache.lucene.analysis.ko
-
Factory for
KoreanReadingFormFilter
. - KoreanReadingFormFilterFactory() - Constructor for class org.apache.lucene.analysis.ko.KoreanReadingFormFilterFactory
-
Default ctor for compatibility with SPI
- KoreanReadingFormFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ko.KoreanReadingFormFilterFactory
-
Creates a new KoreanReadingFilterFactory
- KoreanTokenizer - Class in org.apache.lucene.analysis.ko
-
Tokenizer for Korean that uses morphological analysis.
- KoreanTokenizer() - Constructor for class org.apache.lucene.analysis.ko.KoreanTokenizer
-
Creates a new KoreanTokenizer with default parameters.
- KoreanTokenizer(AttributeFactory, TokenInfoDictionary, UnknownDictionary, ConnectionCosts, UserDictionary, KoreanTokenizer.DecompoundMode, boolean, boolean) - Constructor for class org.apache.lucene.analysis.ko.KoreanTokenizer
-
Create a new KoreanTokenizer supplying a custom system dictionary and unknown dictionary.
- KoreanTokenizer(AttributeFactory, UserDictionary, KoreanTokenizer.DecompoundMode, boolean) - Constructor for class org.apache.lucene.analysis.ko.KoreanTokenizer
-
Create a new KoreanTokenizer using the system and unknown dictionaries shipped with Lucene.
- KoreanTokenizer(AttributeFactory, UserDictionary, KoreanTokenizer.DecompoundMode, boolean, boolean) - Constructor for class org.apache.lucene.analysis.ko.KoreanTokenizer
-
Create a new KoreanTokenizer using the system and unknown dictionaries shipped with Lucene.
- KoreanTokenizer.DecompoundMode - Enum in org.apache.lucene.analysis.ko
-
Decompound mode: this determines how the tokenizer handles
COMPOUND
,INFLECT
andPREANALYSIS
tokens. - KoreanTokenizer.Type - Enum in org.apache.lucene.analysis.ko
-
Token type reflecting the original source of this token
- KoreanTokenizerFactory - Class in org.apache.lucene.analysis.ko
-
Factory for
KoreanTokenizer
. - KoreanTokenizerFactory() - Constructor for class org.apache.lucene.analysis.ko.KoreanTokenizerFactory
-
Default ctor for compatibility with SPI
- KoreanTokenizerFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.ko.KoreanTokenizerFactory
-
Creates a new KoreanTokenizerFactory
L
- length() - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter.NumberBuffer
- lookup(char[], int, int) - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
-
Lookup words in text
- lookupCharacterClass(String) - Static method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- lookupWordIds(int, IntsRef) - Method in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
M
- MAG - org.apache.lucene.analysis.ko.POS.Tag
-
General Adverb
- main(String[]) - Static method in class org.apache.lucene.analysis.ko.util.DictionaryBuilder
- MAJ - org.apache.lucene.analysis.ko.POS.Tag
-
Conjunctive adverb
- MIXED - org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
-
Decompose compounds and keeps the original form.
- MM - org.apache.lucene.analysis.ko.POS.Tag
-
Determiner
- Morpheme(POS.Tag, String) - Constructor for class org.apache.lucene.analysis.ko.dict.Dictionary.Morpheme
- MORPHEME - org.apache.lucene.analysis.ko.POS.Type
-
A simple morpheme.
N
- NA - org.apache.lucene.analysis.ko.POS.Tag
-
Unknown
- NAME - Static variable in class org.apache.lucene.analysis.ko.KoreanNumberFilterFactory
-
SPI name
- NAME - Static variable in class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilterFactory
-
SPI name
- NAME - Static variable in class org.apache.lucene.analysis.ko.KoreanReadingFormFilterFactory
-
SPI name
- NAME - Static variable in class org.apache.lucene.analysis.ko.KoreanTokenizerFactory
-
SPI name
- NGRAM - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- NNB - org.apache.lucene.analysis.ko.POS.Tag
-
Dependent noun (following nouns)
- NNBC - org.apache.lucene.analysis.ko.POS.Tag
-
Dependent noun
- NNG - org.apache.lucene.analysis.ko.POS.Tag
-
General Noun
- NNP - org.apache.lucene.analysis.ko.POS.Tag
-
Proper Noun
- NO_OUTPUT - Variable in class org.apache.lucene.analysis.ko.dict.TokenInfoFST
- NONE - org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
-
No decomposition for compound.
- normalize(String, TokenStream) - Method in class org.apache.lucene.analysis.ko.KoreanAnalyzer
- normalizeNumber(String) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Normalizes a Korean number
- NP - org.apache.lucene.analysis.ko.POS.Tag
-
Pronoun
- NR - org.apache.lucene.analysis.ko.POS.Tag
-
Numeral
- NumberBuffer(String) - Constructor for class org.apache.lucene.analysis.ko.KoreanNumberFilter.NumberBuffer
- NUMERIC - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
O
- open(Reader) - Static method in class org.apache.lucene.analysis.ko.dict.UserDictionary
- org.apache.lucene.analysis.ko - package org.apache.lucene.analysis.ko
-
Analyzer for Korean.
- org.apache.lucene.analysis.ko.dict - package org.apache.lucene.analysis.ko.dict
-
Korean dictionary implementation.
- org.apache.lucene.analysis.ko.tokenattributes - package org.apache.lucene.analysis.ko.tokenattributes
-
Additional Korean-specific Attributes for text analysis.
- org.apache.lucene.analysis.ko.util - package org.apache.lucene.analysis.ko.util
-
Nori utility classes.
P
- parseLargeHangulNumeral(KoreanNumberFilter.NumberBuffer) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Parse large Hangul numerals (ten thousands or larger)
- parseMediumHangulNumeral(KoreanNumberFilter.NumberBuffer) - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
-
Parse medium Hangul numerals (tens, hundreds or thousands)
- PartOfSpeechAttribute - Interface in org.apache.lucene.analysis.ko.tokenattributes
-
Part of Speech attributes for Korean.
- PartOfSpeechAttributeImpl - Class in org.apache.lucene.analysis.ko.tokenattributes
-
Part of Speech attributes for Korean.
- PartOfSpeechAttributeImpl() - Constructor for class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- POS - Class in org.apache.lucene.analysis.ko
-
Part of speech classification for Korean based on Sejong corpus classification.
- POS() - Constructor for class org.apache.lucene.analysis.ko.POS
- POS.Tag - Enum in org.apache.lucene.analysis.ko
-
Part of speech tag for Korean based on Sejong corpus classification.
- POS.Type - Enum in org.apache.lucene.analysis.ko
-
The type of the token.
- POSDICT_FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- POSDICT_HEADER - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- position() - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter.NumberBuffer
- posTag - Variable in class org.apache.lucene.analysis.ko.dict.Dictionary.Morpheme
- PREANALYSIS - org.apache.lucene.analysis.ko.POS.Type
-
Pre-analysis token.
R
- ReadingAttribute - Interface in org.apache.lucene.analysis.ko.tokenattributes
-
Attribute for Korean reading data
- ReadingAttributeImpl - Class in org.apache.lucene.analysis.ko.tokenattributes
-
Attribute for Korean reading data
- ReadingAttributeImpl() - Constructor for class org.apache.lucene.analysis.ko.tokenattributes.ReadingAttributeImpl
- reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- reflectWith(AttributeReflector) - Method in class org.apache.lucene.analysis.ko.tokenattributes.ReadingAttributeImpl
- reset() - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter
- reset() - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
- resolveTag(byte) - Static method in class org.apache.lucene.analysis.ko.POS
-
Returns the
POS.Tag
of the providedtag
. - resolveTag(String) - Static method in class org.apache.lucene.analysis.ko.POS
-
Returns the
POS.Tag
of the providedname
. - resolveType(byte) - Static method in class org.apache.lucene.analysis.ko.POS
-
Returns the
POS.Type
of the providedtype
. - resolveType(String) - Static method in class org.apache.lucene.analysis.ko.POS
-
Returns the
POS.Type
of the providedname
.
S
- SC - org.apache.lucene.analysis.ko.POS.Tag
-
Separator (ยท / :)
- SE - org.apache.lucene.analysis.ko.POS.Tag
-
Ellipsis
- setGraphvizFormatter(GraphvizFormatter) - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
-
Expert: set this to produce graphviz (dot) output of the Viterbi lattice
- setPositionIncrement(int) - Method in class org.apache.lucene.analysis.ko.Token
- setPositionLength(int) - Method in class org.apache.lucene.analysis.ko.Token
- setToken(Token) - Method in interface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
-
Set the current token.
- setToken(Token) - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
- setToken(Token) - Method in interface org.apache.lucene.analysis.ko.tokenattributes.ReadingAttribute
-
Set the current token.
- setToken(Token) - Method in class org.apache.lucene.analysis.ko.tokenattributes.ReadingAttributeImpl
- SF - org.apache.lucene.analysis.ko.POS.Tag
-
Terminal punctuation (? ! .)
- SH - org.apache.lucene.analysis.ko.POS.Tag
-
Chinese character
- SL - org.apache.lucene.analysis.ko.POS.Tag
-
Foreign language
- SN - org.apache.lucene.analysis.ko.POS.Tag
-
Number
- SP - org.apache.lucene.analysis.ko.POS.Tag
-
Space
- SPACE - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- SSC - org.apache.lucene.analysis.ko.POS.Tag
-
Closing brackets
- SSO - org.apache.lucene.analysis.ko.POS.Tag
-
Opening brackets
- surfaceForm - Variable in class org.apache.lucene.analysis.ko.dict.Dictionary.Morpheme
- SY - org.apache.lucene.analysis.ko.POS.Tag
-
Other symbol
- SYMBOL - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
T
- TARGETMAP_FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- TARGETMAP_HEADER - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- Token - Class in org.apache.lucene.analysis.ko
-
Analyzed token with morphological data.
- Token(char[], int, int, int, int) - Constructor for class org.apache.lucene.analysis.ko.Token
- TokenInfoDictionary - Class in org.apache.lucene.analysis.ko.dict
-
Binary dictionary implementation for a known-word dictionary model: Words are encoded into an FST mapping to a list of wordIDs.
- TokenInfoDictionary(URL, URL, URL, URL) - Constructor for class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
-
Create a
TokenInfoDictionary
from an external resource URL (e.g. - TokenInfoDictionary(Path, Path, Path, Path) - Constructor for class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
-
Create a
TokenInfoDictionary
from an external resource path. - TokenInfoDictionary(BinaryDictionary.ResourceScheme, String) - Constructor for class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
-
Deprecated, for removal: This API element is subject to removal in a future version.replaced by
TokenInfoDictionary(Path, Path, Path, Path)
for files andTokenInfoDictionary(URL, URL, URL, URL)
for classpath/module resources - TokenInfoFST - Class in org.apache.lucene.analysis.ko.dict
-
Thin wrapper around an FST with root-arc caching for Hangul syllables (11,172 arcs).
- TokenInfoFST(FST<Long>) - Constructor for class org.apache.lucene.analysis.ko.dict.TokenInfoFST
- toString() - Method in class org.apache.lucene.analysis.ko.DecompoundToken
- toString() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
U
- UNA - org.apache.lucene.analysis.ko.POS.Tag
-
Unknown
- UNKNOWN - org.apache.lucene.analysis.ko.KoreanTokenizer.Type
-
Unknown words (heuristically segmented).
- UNKNOWN - org.apache.lucene.analysis.ko.POS.Tag
-
Unknown
- UnknownDictionary - Class in org.apache.lucene.analysis.ko.dict
-
Dictionary for unknown-word handling.
- UnknownDictionary(URL, URL, URL) - Constructor for class org.apache.lucene.analysis.ko.dict.UnknownDictionary
-
Create a
UnknownDictionary
from an external resource URL (e.g. - UnknownDictionary(Path, Path, Path) - Constructor for class org.apache.lucene.analysis.ko.dict.UnknownDictionary
-
Create a
UnknownDictionary
from an external resource path. - UnknownDictionary(BinaryDictionary.ResourceScheme, String) - Constructor for class org.apache.lucene.analysis.ko.dict.UnknownDictionary
-
Deprecated, for removal: This API element is subject to removal in a future version.replaced by
UnknownDictionary(Path, Path, Path)
for files andUnknownDictionary(URL, URL, URL)
for classpath/module resources - USER - org.apache.lucene.analysis.ko.KoreanTokenizer.Type
-
Known words from the user dictionary.
- UserDictionary - Class in org.apache.lucene.analysis.ko.dict
-
Class for building a User Dictionary.
V
- VA - org.apache.lucene.analysis.ko.POS.Tag
-
Adjective
- valueOf(String) - Static method in enum org.apache.lucene.analysis.ko.dict.BinaryDictionary.ResourceScheme
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.lucene.analysis.ko.KoreanTokenizer.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.lucene.analysis.ko.POS.Tag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.lucene.analysis.ko.POS.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.lucene.analysis.ko.dict.BinaryDictionary.ResourceScheme
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.lucene.analysis.ko.KoreanTokenizer.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.lucene.analysis.ko.POS.Tag
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.lucene.analysis.ko.POS.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VCN - org.apache.lucene.analysis.ko.POS.Tag
-
Negative designator
- VCP - org.apache.lucene.analysis.ko.POS.Tag
-
Positive designator
- VERSION - Static variable in class org.apache.lucene.analysis.ko.dict.BinaryDictionary
- VERSION - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
- VERSION - Static variable in class org.apache.lucene.analysis.ko.dict.ConnectionCosts
- VSV - org.apache.lucene.analysis.ko.POS.Tag
-
Unknown
- VV - org.apache.lucene.analysis.ko.POS.Tag
-
Verb
- VX - org.apache.lucene.analysis.ko.POS.Tag
-
Auxiliary Verb or Adjective
X
- XPN - org.apache.lucene.analysis.ko.POS.Tag
-
Prefix
- XR - org.apache.lucene.analysis.ko.POS.Tag
-
Root
- XSA - org.apache.lucene.analysis.ko.POS.Tag
-
Adjective Suffix
- XSN - org.apache.lucene.analysis.ko.POS.Tag
-
Noun Suffix
- XSV - org.apache.lucene.analysis.ko.POS.Tag
-
Verb Suffix
All Classes All Packages