| 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.
|
| SimpleDictionaryTagger |
POS tag by simple dictionary lookup into a hashmap built from a file
containing, for each line, word\tablemma\tabpostag.
|
| TagSetMappingsToNAF |
Mappings from POS tagsets to NAF pos attribute.
|
Copyright © 2017 IXA pipes. All rights reserved.