Index

A B C D E F G H I J K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values

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

build(Path, Path, String, boolean) - Static method in class org.apache.lucene.analysis.ko.dict.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
 
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 class org.apache.lucene.analysis.ko.POS.Tag
Returns the code associated with the tag (as defined in pos-id.def).
COMPOUND - Enum constant in enum class 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.
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, TokenType) - 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 class org.apache.lucene.analysis.ko.POS.Tag
Returns the description associated with the tag.
DictionaryBuilder - Class in org.apache.lucene.analysis.ko.dict
Tool to build dictionaries.
DictionaryToken - Class in org.apache.lucene.analysis.ko
A token stored in a KoMorphData.
DictionaryToken(TokenType, KoMorphData, int, char[], int, int, int, int) - Constructor for class org.apache.lucene.analysis.ko.DictionaryToken
 
DISCARD - Enum constant in enum class org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
Decompose compounds and discards the original form (default).

E

EC - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Connective ending
EF - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Sentence-closing ending
end() - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
 
EP - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Pre-final ending
equals(Object) - Method in record class org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Indicates whether some other object is "equal to" this one.
ETM - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Adnominal form transformative ending
ETN - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Nominal transformative ending

F

FST_FILENAME_SUFFIX - Static variable in class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
 

G

getCharacterDefinition() - Method in class org.apache.lucene.analysis.ko.dict.UnknownDictionary
 
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
 
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 interface org.apache.lucene.analysis.ko.dict.KoMorphData
Get the left POS.Tag of specfied word.
getMorphAttributes() - Method in class org.apache.lucene.analysis.ko.dict.TokenInfoDictionary
 
getMorphAttributes() - Method in class org.apache.lucene.analysis.ko.dict.UnknownDictionary
 
getMorphAttributes() - Method in class org.apache.lucene.analysis.ko.dict.UserDictionary
 
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 KoMorphData.Morpheme decomposition of the token.
getMorphemes() - Method in interface org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttribute
Get the KoMorphData.Morpheme decomposition of the token.
getMorphemes() - Method in class org.apache.lucene.analysis.ko.tokenattributes.PartOfSpeechAttributeImpl
 
getMorphemes(int, char[], int, int) - Method in interface org.apache.lucene.analysis.ko.dict.KoMorphData
Get the morphemes of specified word (e.g.
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 interface org.apache.lucene.analysis.ko.dict.KoMorphData
Get the POS.Type of specified word (morpheme, compound, inflect or pre-analysis)
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 interface org.apache.lucene.analysis.ko.dict.KoMorphData
Get the reading of specified word (mainly used for Hanja to Hangul conversion).
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 interface org.apache.lucene.analysis.ko.dict.KoMorphData
Get the right POS.Tag of specfied word.
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
 
hasCoda(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
 
hashCode() - Method in record class org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Returns a hash code value for this object.
HIRAGANA - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
 

I

IC - Enum constant in enum class 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 - Enum constant in enum class 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.
isHangul(char) - Method in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
 
isHanja(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

JC - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Conjunctive postpositional particle
JKB - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Adverbial case marker
JKC - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Complement case marker
JKG - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Adnominal case marker
JKO - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Object case marker
JKQ - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Quotative case marker
JKS - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Subject case marker
JKV - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Vocative case marker
JX - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Auxiliary postpositional particle

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
 
KoMorphData - Interface in org.apache.lucene.analysis.ko.dict
Represents Korean morphological information.
KoMorphData.Morpheme - Record Class in org.apache.lucene.analysis.ko.dict
A morpheme extracted from a compound token.
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 tags DEFAULT_STOP_TAGS.
KoreanPartOfSpeechStopFilter(TokenStream, Set<POS.Tag>) - Constructor for class org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilter
KoreanPartOfSpeechStopFilterFactory - Class in org.apache.lucene.analysis.ko
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
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 Class in org.apache.lucene.analysis.ko
Decompound mode: this determines how the tokenizer handles POS.Type.COMPOUND, POS.Type.INFLECT and POS.Type.PREANALYSIS tokens.
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
 

M

MAG - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
General Adverb
main(String[]) - Static method in class org.apache.lucene.analysis.ko.dict.DictionaryBuilder
 
MAJ - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Conjunctive adverb
MIXED - Enum constant in enum class org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
Decompose compounds and keeps the original form.
MM - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Determiner
Morpheme(POS.Tag, String) - Constructor for record class org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Creates an instance of a Morpheme record class.
MORPHEME - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Type
A simple morpheme.

N

NA - Enum constant in enum class 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 - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Dependent noun (following nouns)
NNBC - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Dependent noun
NNG - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
General Noun
NNP - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Proper Noun
NONE - Enum constant in enum class 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 - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Pronoun
NR - Enum constant in enum class 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.

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 Class in org.apache.lucene.analysis.ko
Part of speech tag for Korean based on Sejong corpus classification.
POS.Type - Enum Class in org.apache.lucene.analysis.ko
The type of the token.
position() - Method in class org.apache.lucene.analysis.ko.KoreanNumberFilter.NumberBuffer
 
posTag() - Method in record class org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Returns the value of the posTag record component.
PREANALYSIS - Enum constant in enum class 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 provided tag.
resolveTag(String) - Static method in class org.apache.lucene.analysis.ko.POS
Returns the POS.Tag of the provided name.
resolveType(byte) - Static method in class org.apache.lucene.analysis.ko.POS
Returns the POS.Type of the provided type.
resolveType(String) - Static method in class org.apache.lucene.analysis.ko.POS
Returns the POS.Type of the provided name.

S

SC - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Separator (ยท / :)
SE - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Ellipsis
setGraphvizFormatter(GraphvizFormatter<KoMorphData>) - Method in class org.apache.lucene.analysis.ko.KoreanTokenizer
Expert: set this to produce graphviz (dot) output of the Viterbi lattice
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 - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Terminal punctuation (? ! .)
SH - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Chinese character
SL - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Foreign language
SN - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Number
SP - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Space
SPACE - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
 
SSC - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Closing brackets
SSO - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Opening brackets
surfaceForm() - Method in record class org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Returns the value of the surfaceForm record component.
SY - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Other symbol
SYMBOL - Static variable in class org.apache.lucene.analysis.ko.dict.CharacterDefinition
 

T

Token - Class in org.apache.lucene.analysis.ko
Analyzed token with morphological data.
Token(char[], int, int, int, int, TokenType) - 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.
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 record class org.apache.lucene.analysis.ko.dict.KoMorphData.Morpheme
Returns a string representation of this record class.
toString() - Method in class org.apache.lucene.analysis.ko.DictionaryToken
 

U

UNA - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Unknown
UNKNOWN - Enum constant in enum class 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.
UserDictionary - Class in org.apache.lucene.analysis.ko.dict
Class for building a User Dictionary.

V

VA - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Adjective
valueOf(String) - Static method in enum class org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.lucene.analysis.ko.POS.Tag
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.apache.lucene.analysis.ko.POS.Type
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.lucene.analysis.ko.KoreanTokenizer.DecompoundMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.lucene.analysis.ko.POS.Tag
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.apache.lucene.analysis.ko.POS.Type
Returns an array containing the constants of this enum class, in the order they are declared.
VCN - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Negative designator
VCP - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Positive designator
VSV - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Unknown
VV - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Verb
VX - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Auxiliary Verb or Adjective

X

XPN - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Prefix
XR - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Root
XSA - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Adjective Suffix
XSN - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Noun Suffix
XSV - Enum constant in enum class org.apache.lucene.analysis.ko.POS.Tag
Verb Suffix
A B C D E F G H I J K L M N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values