* Fix missing import

This commit is contained in:
Matthew Honnibal 2015-10-11 14:38:21 +11:00
parent 693dd06547
commit 1f8f81f0c8
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ from spacy.syntax.arc_eager import ArcEager
from spacy._ml import Model from spacy._ml import Model
from spacy.tagger import Tagger from spacy.tagger import Tagger
from spacy.syntax.parser import Parser from spacy.syntax.parser import Parser
from spacy.matcher import Matcher
class TestStringStore(unittest.TestCase): class TestStringStore(unittest.TestCase):