public class TrimDisambiguator extends Object implements Disambiguator
| Constructor and Description |
|---|
TrimDisambiguator() |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
If possible, filters out the wrong POS tags.
|
public final AnalyzedSentence disambiguate(AnalyzedSentence input)
Disambiguatordisambiguate in interface Disambiguatorinput - The sentence with already tagged words. The words are expected to
have multiple tags.Copyright © 2005-2011 Daniel Naber