|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ObjectDemoDisambiguator
public class DemoDisambiguator
Trivial disambiguator. Does nothing at all. Just copies input to output.
| Constructor Summary | |
|---|---|
DemoDisambiguator()
|
|
| 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 DemoDisambiguator()
| 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 | |||||||||