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