Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 379 Bytes

File metadata and controls

20 lines (12 loc) · 379 Bytes

ner-trainer

Prepare package:

sbt universal:packageBin

Unzip package:

unzip ./target/universal/ner-trainer-VERSION.zip

Run:

./ner-trainer-VERSION/bin/ner-trainer [options]

Usage:

ner-trainer [options]
  -i <input file> | --in <input file>
  -o <output file> | --out <output file>
  -l <load SemiCRF file> | --load <load SemiCRF file>