Package | Description |
---|---|
org.languagetool.rules.uk | |
org.languagetool.tagging | |
org.languagetool.tagging.el | |
org.languagetool.tagging.uk |
Constructor and Description |
---|
MissingHyphenRule(ResourceBundle messages,
WordTagger wordTagger) |
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) |
Modifier and Type | Method and Description |
---|---|
protected List<AnalyzedToken> |
GreekTagger.additionalTags(String word,
WordTagger wordTagger) |
Modifier and Type | Method and Description |
---|---|
WordTagger |
UkrainianTagger.getWordTagger() |
Modifier and Type | Method and Description |
---|---|
List<AnalyzedToken> |
UkrainianTagger.additionalTags(String word,
WordTagger wordTagger) |