* Upd index tests

This commit is contained in:
Matthew Honnibal 2015-01-30 12:35:13 +11:00
parent 0a7fcebdf7
commit d0e08a5b57
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from spacy.en import English
@pytest.fixture
def EN():
return English()
return English().tokenizer
def test_single_word(EN):
tokens = EN(u'hello')