| Package | Description |
|---|---|
| org.apdplat.word.segmentation |
| Modifier and Type | Field and Description |
|---|---|
static PartOfSpeech |
PartOfSpeech.I |
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeech |
Word.getPartOfSpeech() |
static PartOfSpeech |
PartOfSpeech.valueOf(String pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
Word.setPartOfSpeech(PartOfSpeech partOfSpeech) |
| Constructor and Description |
|---|
Word(String text,
PartOfSpeech partOfSpeech,
int frequency) |
Copyright © 2014–2015 APDPlat. All rights reserved.