spaCy/tests/parser/test_parse.py
Matthew Honnibal bee2e77983 * Update tests
2015-07-23 09:26:43 +02:00

9 lines
161 B
Python

import pytest
@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_