diff --git a/spacy/tests/regression/test_issue758.py b/spacy/tests/regression/test_issue758.py index 0dac5737b..2ddba9975 100644 --- a/spacy/tests/regression/test_issue758.py +++ b/spacy/tests/regression/test_issue758.py @@ -14,4 +14,4 @@ def test_issue758(): nlp.matcher.add('splash', 'my_entity', {}, [[{LEMMA: 'splash'}, {LEMMA: 'on'}]], on_match=merge_phrase) - doc = nlp('splash On') + doc = nlp('splash On', parse=False)