mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-27 09:44:36 +03:00
* Fix description of matcher test
This commit is contained in:
parent
2b419d5b8c
commit
2add5206aa
|
@ -35,7 +35,7 @@ def test_overlap_issue118(EN):
|
||||||
|
|
||||||
|
|
||||||
def test_overlap_issue242():
|
def test_overlap_issue242():
|
||||||
'''Test bug from multi-word phrases breaking text representation.'''
|
'''Test overlapping multi-word phrases.'''
|
||||||
|
|
||||||
patterns = [
|
patterns = [
|
||||||
[{LOWER: 'food'}, {LOWER: 'safety'}],
|
[{LOWER: 'food'}, {LOWER: 'safety'}],
|
||||||
|
|
Loading…
Reference in New Issue
Block a user