| Package | Description |
|---|---|
| org.languagetool | |
| org.languagetool.noop | |
| org.languagetool.rules | |
| org.languagetool.tagging | |
| org.languagetool.tagging.xx |
| Modifier and Type | Method and Description |
|---|---|
Tagger |
Language.createDefaultTagger()
Creates language specific part-of-speech tagger.
|
Tagger |
Language.getTagger()
Get this language's part-of-speech tagger implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Language.setTagger(Tagger tagger)
Set this language's part-of-speech tagger implementation.
|
| Modifier and Type | Method and Description |
|---|---|
Tagger |
NoopLanguage.createDefaultTagger() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Tagger |
AbstractFindSuggestionsFilter.getTagger() |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTagger
Base tagger using Morfologik binary dictionaries.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DemoTagger
A trivial tagger that does nothing than assign null
tags to words.
|