mirror of https://github.com/explosion/spaCy.git
* Fix missing import
This commit is contained in:
parent
693dd06547
commit
1f8f81f0c8
|
@ -14,6 +14,7 @@ from spacy.syntax.arc_eager import ArcEager
|
|||
from spacy._ml import Model
|
||||
from spacy.tagger import Tagger
|
||||
from spacy.syntax.parser import Parser
|
||||
from spacy.matcher import Matcher
|
||||
|
||||
|
||||
class TestStringStore(unittest.TestCase):
|
||||
|
|
Loading…
Reference in New Issue