Changeset 33577 for gs3-extensions


Ignore:
Timestamp:
2019-10-17T19:12:15+13:00 (5 years ago)
Author:
ak19
Message:

Forgot to adjust usage statement to say that silent mode was already implemented and working in previous commits to MaoriTextDetector.java

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/maori-lang-detection/src/org/greenstone/atea/MaoriTextDetector.java

    r33398 r33577  
    280280    System.err.println("\t-\tto have input text read from STDIN (as always, hit Ctrl-D to mark end of text stream)");
    281281    System.err.println("\t--file (-f)\tto provide an input file path");
    282     System.err.println("\t--silent (-s): optional, to run silently and just exit with exit value. [not yet implemented]");
     282    System.err.println("\t--silent (-s): optional, to run silently and just exit with exit value.");
    283283    System.err.println("\t--min-confidence (-c): optional, to override the default minimum confidence value (" + DEFAULT_MINIMUM_CONFIDENCE + ")");
    284284    System.err.println("\t\tof the predicted language that will be considered acceptable.");
Note: See TracChangeset for help on using the changeset viewer.