Uses of Class
org.languagetool.tools.DictionaryBuilder
-
-
Uses of DictionaryBuilder in org.languagetool.tools
Subclasses of DictionaryBuilder in org.languagetool.tools Modifier and Type Class Description (package private) class
DictionaryExporter
Print the contents of a Morfologik binary dictionary to STDOUT.class
POSDictionaryBuilder
Create a Morfologik binary dictionary from plain text data.(package private) class
SpellDictionaryBuilder
Create a Morfologik spelling binary dictionary from plain text data.(package private) class
SynthDictionaryBuilder
Create a Morfologik binary synthesizer dictionary from plain text data.Method parameters in org.languagetool.tools with type arguments of type DictionaryBuilder Modifier and Type Method Description @NotNull org.apache.commons.cli.CommandLine
BuilderOptions. parseArguments(java.lang.String[] args, java.lang.Class<? extends DictionaryBuilder> clazz)
-