From 6f83dca2183afb61de70a5576de483419d6b7e1f Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 22 Aug 2014 17:05:44 +0200 Subject: [PATCH] * Fix import for ptb tokenization test --- tests/test_ptb_match_wiki_sun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_ptb_match_wiki_sun.py b/tests/test_ptb_match_wiki_sun.py index b50d6913d..5d6306cfc 100644 --- a/tests/test_ptb_match_wiki_sun.py +++ b/tests/test_ptb_match_wiki_sun.py @@ -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