mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
* Remove SBD print statement in train, after SBD evaluation was removed from Scorer
This commit is contained in:
parent
1f90502ce8
commit
f35632e2e5
|
@ -229,7 +229,6 @@ def main(train_loc, dev_loc, model_dir, n_sents=0, n_iter=15, out_loc="", verbos
|
|||
print('POS', scorer.tags_acc)
|
||||
print('UAS', scorer.uas)
|
||||
print('LAS', scorer.las)
|
||||
print('SBD', scorer.sbd_acc)
|
||||
|
||||
print('NER P', scorer.ents_p)
|
||||
print('NER R', scorer.ents_r)
|
||||
|
|
Loading…
Reference in New Issue
Block a user