Improve test

This commit is contained in:
Matthew Honnibal 2017-03-31 13:59:32 +02:00
parent 1bb7b4ca71
commit cfff4e0f61
1 changed files with 1 additions and 1 deletions

View File

@ -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)