mirror of https://github.com/explosion/spaCy.git
* Fix print statement in test_merge
This commit is contained in:
parent
383dfabd67
commit
8b8df851ca
|
@ -46,6 +46,4 @@ def test_np_merges(EN):
|
|||
for start, end, label, lemma in ents:
|
||||
merged = tokens.merge(start, end, label, lemma, label)
|
||||
assert merged != None, (start, end, label, lemma)
|
||||
for tok in tokens:
|
||||
print tok.orth_, tok.dep_, tok.head.orth_
|
||||
|
||||
|
|
Loading…
Reference in New Issue