* Remove stray print statement

This commit is contained in:
Matthew Honnibal 2015-03-27 15:20:42 +01:00
parent 5f2a4ff36d
commit cd054c6c9f

View File

@ -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