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