mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Remove stray print statement
This commit is contained in:
parent
5f2a4ff36d
commit
cd054c6c9f
|
@ -265,7 +265,6 @@ def write_parses(Language, dev_loc, model_dir, out_loc):
|
|||
out_file.write(
|
||||
'%s\t%s\t%s\t%s\n' % (t.orth_, t.tag_, t.head.orth_, t.dep_)
|
||||
)
|
||||
print nlp.vocab.strings['NMOD']
|
||||
return scorer
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user