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 classDictApplyApplies a morphological dictionary automaton to the input.classDictCompileDecompiles morphological dictionary automaton back to source state.classDictDecompileDecompiles morphological dictionary automaton back to source state.classFSABuildDeprecated.classFSACompileBuild finite state automaton out of text input.classFSADecompileDump all byte sequences encoded in a finite state automaton.classFSADumpDeprecated.classFSAInfoPrint extra information about a compiled automaton file.Methods in morfologik.tools with parameters of type CliTool Modifier and Type Method Description protected static voidCliTool. main(java.lang.String[] args, CliTool command)Parse and execute a single command.protected static voidCliTool. main(java.lang.String[] args, CliTool... commands)Parse and execute one of the commands.
-