Note link between issues #2671 and #2675

This commit is contained in:
Matthew Honnibal 2018-08-15 17:18:28 +02:00
parent 63bdc734ba
commit e968016417
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ def get_rule_id(nlp, matcher, doc):
def test_issue2671():
'''Ensure the correct entity ID is returned for matches with quantifiers.
See also #2675
'''
nlp = English()
matcher = Matcher(nlp.vocab)