AnalyzeCommand constructor

AnalyzeCommand()

Creates a new instance of AnalyzeCommand.

Configures the command-line argument parser to accept:

  • --morpheme-yaml: Path to the morpheme.yaml configuration file

Implementation

AnalyzeCommand() {
  argParser.addOptionMorphemeYaml();
}