| 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.
|
| Constructor and Description |
|---|
KoreanTokenJava(String text,
KoreanPosJava pos,
int offset,
int length,
boolean unknown,
String stem) |
Copyright © 2014–2017. All rights reserved.