1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-12 23:35:47 +03:00
spaCy/spacy/tests/parser/test_parse.py

9 lines
161 B
Python
Raw Normal View History

import pytest
2015-07-23 10:26:43 +03:00
@pytest.mark.models
def test_root(EN):
tokens = EN(u"i don't have other assistance")
for t in tokens:
assert t.dep != 0, t.orth_