|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectTrimDisambiguator
public class TrimDisambiguator
Trivial disambiguator. Just cuts out tags from the token. It leaves only the first tag.
| Constructor Summary | |
|---|---|
TrimDisambiguator()
|
|
| Method Summary | |
|---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags. |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrimDisambiguator()
| Method Detail |
|---|
public final AnalyzedSentence disambiguate(AnalyzedSentence input)
Disambiguator
disambiguate in interface Disambiguatorinput - The sentence with already tagged words. The words
are expected to have multiple tags.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||