|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--taggers.Tagger
Field Summary | |
protected static Tagger |
instance
|
Constructor Summary | |
Tagger()
|
Method Summary | |
static Tagger |
getInstance()
|
abstract Language |
tag(java.lang.String phrase,
java.util.Vector words,
java.util.Vector tags,
java.util.Vector lemmas)
performs POS tagging of phrase and returns tags and lemmas. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected static Tagger instance
Constructor Detail |
public Tagger()
Method Detail |
public static Tagger getInstance()
public abstract Language tag(java.lang.String phrase, java.util.Vector words, java.util.Vector tags, java.util.Vector lemmas)
tags,
- the tags for the phraselemmas,
- the lemmas for the phrase
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |