Avoid importing fused token symbol in ud-run-test, untl that's added

This commit is contained in:
Matthew Honnibal 2018-05-09 00:28:03 +02:00
parent 659ec5b975
commit f94f721f40
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ from ..matcher import Matcher
from .. import displacy
from collections import defaultdict, Counter
from timeit import default_timer as timer
Fused_begin = None
Fused_inside = None
import itertools
import random