mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Avoid importing fused token symbol in ud-run-test, untl that's added
This commit is contained in:
parent
4cb0494bef
commit
659ec5b975
|
@ -16,7 +16,7 @@ from ..gold import GoldParse
|
|||
from ..util import compounding, minibatch_by_words
|
||||
from ..syntax.nonproj import projectivize
|
||||
from ..matcher import Matcher
|
||||
from ..morphology import Fused_begin, Fused_inside
|
||||
#from ..morphology import Fused_begin, Fused_inside
|
||||
from .. import displacy
|
||||
from collections import defaultdict, Counter
|
||||
from timeit import default_timer as timer
|
||||
|
|
Loading…
Reference in New Issue
Block a user