public class MultiWordChunker extends Object implements Disambiguator
| Constructor and Description |
|---|
MultiWordChunker(String filename) |
| Modifier and Type | Method and Description |
|---|---|
AnalyzedSentence |
disambiguate(AnalyzedSentence input)
Implements multiword POS tags, e.g., <ELLIPSIS> for ellipsis (...)
|
public final AnalyzedSentence disambiguate(AnalyzedSentence input) throws IOException
disambiguate in interface Disambiguatorinput - The tokens to be chunked.IOExceptionCopyright © 2005-2011 Daniel Naber