mirror of
https://github.com/explosion/spaCy.git
synced 2025-02-26 16:42:55 +03:00
Fix collation of best models
This commit is contained in:
parent
9d6a1c57f2
commit
2c703d99c2
|
@ -190,7 +190,7 @@ def train(lang, output_dir, train_data, dev_data, n_iter=30, n_sents=0,
|
|||
components.append('parser')
|
||||
if not no_tagger:
|
||||
components.append('tagger')
|
||||
if not no_entity:
|
||||
if not no_entities:
|
||||
components.append('ner')
|
||||
_collate_best_model(meta, output_path, components)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user