Fix syntax error

This commit is contained in:
Matthew Honnibal 2017-05-22 05:14:59 -05:00
parent 93a042253b
commit 9262fc4829
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from .vocab import Vocab
from .tagger import Tagger
from .lemmatizer import Lemmatizer
from .syntax.parser import get_templates
from .syntax.import nonproj
from .syntax import nonproj
from .pipeline import NeuralDependencyParser, EntityRecognizer
from .pipeline import TokenVectorEncoder, NeuralTagger, NeuralEntityRecognizer
from .pipeline import NeuralLabeller