mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 01:04:34 +03:00
parent
63bdc734ba
commit
e968016417
|
@ -13,6 +13,9 @@ def get_rule_id(nlp, matcher, doc):
|
||||||
|
|
||||||
|
|
||||||
def test_issue2671():
|
def test_issue2671():
|
||||||
|
'''Ensure the correct entity ID is returned for matches with quantifiers.
|
||||||
|
See also #2675
|
||||||
|
'''
|
||||||
nlp = English()
|
nlp = English()
|
||||||
matcher = Matcher(nlp.vocab)
|
matcher = Matcher(nlp.vocab)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user