mirror of https://github.com/explosion/spaCy.git
* Upd index tests
This commit is contained in:
parent
0a7fcebdf7
commit
d0e08a5b57
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue