Package morfologik.tools
Class DictApply
java.lang.Object
morfologik.tools.CliTool
morfologik.tools.DictApply
- All Implemented Interfaces:
Callable<ExitStatus>
Applies a morphological dictionary automaton to the input.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate class
private class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final String
private Path
private Path
private String
private boolean
Fields inherited from class morfologik.tools.CliTool
ARG_OVERWRITE, ARG_VALIDATE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()
private DictApply.LineSupplier
static void
private ExitStatus
Methods inherited from class morfologik.tools.CliTool
checkNotNull, main, main, printf, setCallSystemExit
-
Field Details
-
ARG_ENCODING
- See Also:
-
input
-
dictionary
-
inputEncoding
-
skipTags
private boolean skipTags
-
-
Constructor Details
-
DictApply
DictApply() -
DictApply
-
-
Method Details
-
call
- Throws:
Exception
-
determineInput
- Throws:
IOException
-
validateArguments
-
main
-