Uses of Class
org.languagetool.language.Contributor
-
Packages that use Contributor Package Description org.languagetool org.languagetool.language org.languagetool.noop org.languagetool.tokenizers -
-
Uses of Contributor in org.languagetool
Methods in org.languagetool that return Contributor Modifier and Type Method Description Contributor[]
DynamicLanguage. getMaintainers()
abstract @Nullable Contributor[]
Language. getMaintainers()
Get the name(s) of the maintainer(s) for this language ornull
. -
Uses of Contributor in org.languagetool.language
Fields in org.languagetool.language declared as Contributor Modifier and Type Field Description (package private) static Contributor
Contributors. DANIEL_NABER
(package private) static Contributor
Contributors. DOMINIQUE_PELLE
(package private) static Contributor
Contributors. MARCIN_MILKOWSKI
Methods in org.languagetool.language that return Contributor Modifier and Type Method Description Contributor[]
LanguageBuilder.ExtendedLanguage. getMaintainers()
-
Uses of Contributor in org.languagetool.noop
Methods in org.languagetool.noop that return Contributor Modifier and Type Method Description Contributor[]
NoopLanguage. getMaintainers()
-
Uses of Contributor in org.languagetool.tokenizers
Methods in org.languagetool.tokenizers that return Contributor Modifier and Type Method Description Contributor[]
SimpleSentenceTokenizer.AnyLanguage. getMaintainers()
-