Class DictCompile

  • All Implemented Interfaces:
    java.util.concurrent.Callable<ExitStatus>

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

      • input

        private java.nio.file.Path input
      • validate

        private boolean validate
      • overwrite

        private boolean overwrite
    • Constructor Detail

      • DictCompile

        DictCompile()
      • DictCompile

        public DictCompile​(java.nio.file.Path input,
                           boolean overwrite,
                           boolean validate,
                           boolean acceptBom,
                           boolean acceptCr,
                           boolean ignoreEmpty)
    • Method Detail

      • call

        public ExitStatus call()
                        throws java.lang.Exception
        Throws:
        java.lang.Exception
      • countOf

        private static int countOf​(byte separator,
                                   byte[] row)
      • indexOf

        private static int indexOf​(byte separator,
                                   byte[] row,
                                   int fromIndex)
      • main

        public static void main​(java.lang.String[] args)