mirror of
https://github.com/explosion/spaCy.git
synced 2025-12-09 19:24:22 +03:00
Add and update `score` methods, provided `scores`, and default weights `default_score_weights` for pipeline components. * `scores` provides all top-level keys returned by `score` (merely informative, similar to `assigns`). * `default_score_weights` provides the default weights for a default config. * The keys from `default_score_weights` determine which values will be shown in the `spacy train` output, so keys with weight `0.0` will be displayed but not counted toward the overall score. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| dep_parser.pyx | ||
| entity_linker.py | ||
| entityruler.py | ||
| functions.py | ||
| morphologizer.pyx | ||
| multitask.pyx | ||
| ner.pyx | ||
| pipe.pyx | ||
| sentencizer.pyx | ||
| senter.pyx | ||
| simple_ner.py | ||
| tagger.pyx | ||
| textcat.py | ||
| tok2vec.py | ||