Class DictCompile

  • All Implemented Interfaces:
    Callable<ExitStatus>

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

      • DictCompile

        public DictCompile​(Path input,
                           boolean overwrite,
                           boolean validate,
                           boolean acceptBom,
                           boolean acceptCr,
                           boolean ignoreEmpty)