From a51002a21c6d28550a50e4341c5becac5bc11c77 Mon Sep 17 00:00:00 2001 From: adrianeboyd Date: Tue, 9 Jun 2020 13:55:47 +0200 Subject: [PATCH] Lower ja ner threshold (#41) --- tests/lang/ja/test_ner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lang/ja/test_ner.py b/tests/lang/ja/test_ner.py index 79cd0bfa..487f3791 100644 --- a/tests/lang/ja/test_ner.py +++ b/tests/lang/ja/test_ner.py @@ -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