Package morfologik.tools
Class DictDecompile
java.lang.Object
morfologik.tools.CliTool
morfologik.tools.DictDecompile
- All Implemented Interfaces:
Callable<ExitStatus>
Decompiles morphological dictionary automaton back to source state.
-
Field Summary
FieldsFields inherited from class morfologik.tools.CliTool
ARG_OVERWRITE, ARG_VALIDATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()
private boolean
ensureNoSeparator
(ByteBuffer bb, byte marker) static void
private void
write
(OutputStream os, ByteBuffer bb) Methods inherited from class morfologik.tools.CliTool
checkNotNull, main, main, printf, setCallSystemExit
-
Field Details
-
input
-
output
-
overwrite
private boolean overwrite -
validate
private boolean validate
-
-
Constructor Details
-
DictDecompile
DictDecompile() -
DictDecompile
-
-
Method Details
-
call
- Throws:
Exception
-
write
- Throws:
IOException
-
ensureNoSeparator
-
main
-