mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-03 13:14:11 +03:00
* Fix import for ptb tokenization test
This commit is contained in:
parent
e289896603
commit
6f83dca218
|
@ -3,7 +3,7 @@ from __future__ import unicode_literals
|
|||
from spacy.en import unhash
|
||||
from spacy import lex_of
|
||||
from spacy.util import utf8open
|
||||
from spacy.en_ptb import tokenize, lookup, unhash
|
||||
from spacy.ptb3 import tokenize, lookup, unhash
|
||||
|
||||
import pytest
|
||||
import os
|
||||
|
|
Loading…
Reference in New Issue
Block a user