Skip to content

Commit

Permalink
Lower ja ner threshold (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Jun 9, 2020
1 parent 69a5db3 commit a51002a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lang/ja/test_ner.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@pytest.mark.parametrize(
"test_file,ents_f_threshold",
[("ja_gsd-ud-dev_sample.json",72)],
[("ja_gsd-ud-dev_sample.json",70)],
)
def test_ja_ner_corpus(NLP, test_file, ents_f_threshold):
data_path = TEST_FILES_DIR / test_file
Expand Down

0 comments on commit a51002a

Please sign in to comment.