| Package | Description |
|---|---|
| org.apache.lucene.analysis.ko |
Analyzer for Korean.
|
| Modifier and Type | Method and Description |
|---|---|
KoreanTokenizer.Type |
DictionaryToken.getType()
Returns the type of this token
|
static KoreanTokenizer.Type |
KoreanTokenizer.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KoreanTokenizer.Type[] |
KoreanTokenizer.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DictionaryToken(KoreanTokenizer.Type type,
Dictionary dictionary,
int wordId,
char[] surfaceForm,
int offset,
int length,
int startOffset,
int endOffset) |
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.