Class DictCompile

java.lang.Object
morfologik.tools.CliTool
morfologik.tools.DictCompile
All Implemented Interfaces:
Callable<ExitStatus>

public class DictCompile extends CliTool
Decompiles morphological dictionary automaton back to source state.
  • Constructor Details

    • DictCompile

      public DictCompile(Path input, boolean overwrite, boolean validate, boolean acceptBom, boolean acceptCr, boolean ignoreEmpty)
  • Method Details