Commit 5dc7d462 authored by Robert Schütz's avatar Robert Schütz
Browse files

python311Packages.spacy.tests.annotation: fix broken test

parent 54fa133a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ def test_entities(doc_en_core_web_sm):
        ('Google', 'ORG'),
        ('2007', 'DATE'),
        ('American', 'NORP'),
        ('Thrun', 'PERSON'),
        ('Thrun', 'GPE'),
        ('Recode', 'ORG'),
        ('earlier this week', 'DATE'),
    ]