Package morfologik.tools
Class DictDecompile
- java.lang.Object
-
- morfologik.tools.CliTool
-
- morfologik.tools.DictDecompile
-
- All Implemented Interfaces:
Callable<ExitStatus>
public class DictDecompile extends CliTool
Decompiles morphological dictionary automaton back to source state.
-
-
Field Summary
-
Fields inherited from class morfologik.tools.CliTool
ARG_OVERWRITE, ARG_VALIDATE
-
-
Constructor Summary
Constructors Constructor Description DictDecompile(Path input, Path output, boolean overwrite, boolean validate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ExitStatus
call()
static void
main(String[] args)
-
Methods inherited from class morfologik.tools.CliTool
checkNotNull, main, main, printf, setCallSystemExit
-
-