Class FSAInfo

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

public class FSAInfo extends CliTool
Print extra information about a compiled automaton file.
  • Field Details

    • input

      private Path input
  • Constructor Details

    • FSAInfo

      FSAInfo()
    • FSAInfo

      public FSAInfo(Path input)
  • Method Details

    • call

      public ExitStatus call() throws Exception
      Throws:
      Exception
    • byteAsChar

      static String byteAsChar(byte v)
      Convert a byte to an informative string.
    • main

      public static void main(String[] args)