public class WordTag extends Object
| Constructor and Description |
|---|
WordTag(String word,
String postag) |
WordTag(String word,
String postag,
String chunktag) |
| Modifier and Type | Method and Description |
|---|---|
static WordTag[] |
create(opennlp.tools.chunker.ChunkSample cs) |
static WordTag[] |
create(String[] word,
String[] postag) |
static WordTag[] |
create(String[] word,
String[] postag,
String[] chunktag) |
boolean |
equals(Object o) |
static void |
extract(WordTag[] wt,
String[] word,
String[] tag) |
static void |
extract(WordTag[] wt,
String[] word,
String[] tag,
String[] chunks) |
String |
getChunktag() |
String |
getPostag() |
String |
getWord() |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2017 CoGrOO. All rights reserved.