mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
Fix test
This commit is contained in:
parent
188a1cf297
commit
71c0321ecf
|
@ -32,7 +32,7 @@ def test_displacy_parse_deps(en_vocab):
|
|||
assert isinstance(deps, dict)
|
||||
assert deps["words"] == [
|
||||
{"text": "This", "tag": "DET"},
|
||||
{"text": "is", "tag": "VERB"},
|
||||
{"text": "is", "tag": "AUX"},
|
||||
{"text": "a", "tag": "DET"},
|
||||
{"text": "sentence", "tag": "NOUN"},
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user