| Package | Description |
|---|---|
| org.languagetool.tagging |
| Modifier and Type | Class and Description |
|---|---|
class |
CombiningTagger
Tags a word using two taggers, combining their results.
|
class |
ManualTagger
A tagger that reads the POS information from a plain (UTF-8) text file.
|
class |
MorfologikTagger
Tags a word using a Morfologik binary dictionary.
|
| Modifier and Type | Field and Description |
|---|---|
protected WordTagger |
BaseTagger.wordTagger |
| Modifier and Type | Method and Description |
|---|---|
WordTagger |
CombiningTagger.getRemovalTagger() |
protected WordTagger |
BaseTagger.getWordTagger() |
| Modifier and Type | Method and Description |
|---|---|
protected List<AnalyzedToken> |
BaseTagger.additionalTags(String word,
WordTagger wordTagger)
Allows additional tagging in some language-dependent circumstances
|
| Constructor and Description |
|---|
CombiningTagger(WordTagger tagger1,
WordTagger tagger2,
boolean overwriteWithSecondTagger) |
CombiningTagger(WordTagger tagger1,
WordTagger tagger2,
WordTagger removalTagger,
boolean overwriteWithSecondTagger) |