Skip to content

Commit

Permalink
Merge 20ce402 into c688a75
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed May 9, 2018
2 parents c688a75 + 20ce402 commit d35ae2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/train-model
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ bin/generate_data \

crf_learn \
--thread="$CRF_TRAINING_THREADS" \
"$CRF_LEARN_TEMPLATE" "$CRF_TESTING_FILE" "$CRF_MODEL_FILE"
"$CRF_LEARN_TEMPLATE" "$CRF_TRAINING_FILE" "$CRF_MODEL_FILE"

crf_test \
--model="$CRF_MODEL_FILE" \
Expand Down
8 changes: 4 additions & 4 deletions tests/golden/eval_output
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

Sentence-Level Stats:
correct: 2046
correct: 1636
total: 2200
% correct: 93.0
% correct: 74.3636363636

Word-Level Stats:
correct: 12334
correct: 11412
total: 12552
% correct: 98.2632249841
% correct: 90.9177820268

0 comments on commit d35ae2a

Please sign in to comment.