Uses of Class
morfologik.tools.CliTool
-
Packages that use CliTool Package Description morfologik.tools -
-
Uses of CliTool in morfologik.tools
Subclasses of CliTool in morfologik.tools Modifier and Type Class Description class
DictApply
Applies a morphological dictionary automaton to the input.class
DictCompile
Decompiles morphological dictionary automaton back to source state.class
DictDecompile
Decompiles morphological dictionary automaton back to source state.class
FSABuild
Deprecated.class
FSACompile
Build finite state automaton out of text input.class
FSADecompile
Dump all byte sequences encoded in a finite state automaton.class
FSADump
Deprecated.class
FSAInfo
Print extra information about a compiled automaton file.Methods in morfologik.tools with parameters of type CliTool Modifier and Type Method Description protected static void
CliTool. main(java.lang.String[] args, CliTool command)
Parse and execute a single command.protected static void
CliTool. main(java.lang.String[] args, CliTool... commands)
Parse and execute one of the commands.
-