|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cogroo.tools.featurizer.WordTag
public class WordTag
| Constructor Summary | |
|---|---|
WordTag(String word,
String postag)
|
|
WordTag(String word,
String postag,
String chunktag)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public WordTag(String word,
String postag)
public WordTag(String word,
String postag,
String chunktag)
| Method Detail |
|---|
public String getWord()
public String getPostag()
public String getChunktag()
public static WordTag[] create(String[] word,
String[] postag)
public static WordTag[] create(String[] word,
String[] postag,
String[] chunktag)
public static void extract(WordTag[] wt,
String[] word,
String[] tag)
public static void extract(WordTag[] wt,
String[] word,
String[] tag,
String[] chunks)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Objectpublic static WordTag[] create(opennlp.tools.chunker.ChunkSample cs)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||