* Fix import for ptb tokenization test

This commit is contained in:
Matthew Honnibal 2014-08-22 17:05:44 +02:00
parent e289896603
commit 6f83dca218

View File

@ -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