See: Description
| Interface | Description |
|---|---|
| DictionaryTagger |
Interface of the pos tagger based on Dictionary lookup.
|
| Class | Description |
|---|---|
| MorfologikTagger |
POS tagger based on Morfologik Stemming library.
|
| MultiWordMatcher |
Reads a dictionary multiword\tmultiwordlemma\tpostag\tambiguity and matches
the multiwords for each sentence.
|
| MultiWordSample |
Class for holding multiwords for a sentence.
|
| SimpleTagger |
POS tag by simple dictionary lookup into a hashmap built from a file
containing, for each line, word\tablemma\tabpostag.
|
Copyright © 2016 IXA pipes. All rights reserved.