Skip to content

Commit

Permalink
This is embarrassing... perhaps adding in the CoNLL data will fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Nov 13, 2023
1 parent a8faee2 commit 8df6454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stanza/tests/common/test_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def test_serialized(pipeline):
Checks that NER entities are correctly set.
Also checks that constituency & sentiment are set on the sentences.
"""
text = "John works at Stanford"
text = "John Bauer works at Stanford"
doc = pipeline(text)
assert len(doc.ents) == 2
serialized = doc.to_serialized()
Expand Down

0 comments on commit 8df6454

Please sign in to comment.