| Package | Description |
|---|---|
| org.openkoreantext.processor |
| Modifier and Type | Method and Description |
|---|---|
KoreanPosJava |
KoreanTokenJava.getPos() |
static KoreanPosJava |
KoreanPosJava.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KoreanPosJava[] |
KoreanPosJava.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
OpenKoreanTextProcessorJava.addWordsToDictionary(KoreanPosJava pos,
List<String> words)
Add user-defined word List to the dictionary for the specified KoreanPos.
|
static void |
OpenKoreanTextProcessorJava.removeWordFromDictionary(KoreanPosJava pos,
List<String> words)
Remove user-defined word List from the dictionary for the specified KoreanPos.
|
| Constructor and Description |
|---|
KoreanTokenJava(String text,
KoreanPosJava pos,
int offset,
int length,
boolean unknown,
String stem) |
Copyright © 2014–2018. All rights reserved.