mirror of https://github.com/explosion/spaCy.git
Improve test
This commit is contained in:
parent
1bb7b4ca71
commit
cfff4e0f61
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue