Fix import

This commit is contained in:
Matthew Honnibal 2019-03-08 17:04:14 +01:00
parent 8a9181d95a
commit 3908911da4

View File

@ -1,8 +1,9 @@
# coding: utf8
from __future__ import unicode_literals
from .pipes import Tagger, DependencyParser, EntityRecognizer, Morphologizer
from .pipes import Tagger, DependencyParser, EntityRecognizer
from .pipes import TextCategorizer, Tensorizer, Pipe
from .morphologizer import Morphologizer
from .entityruler import EntityRuler
from .hooks import SentenceSegmenter, SimilarityHook
from .functions import merge_entities, merge_noun_chunks, merge_subtokens