mirror of
https://github.com/explosion/spaCy.git
synced 2025-11-13 06:16:02 +03:00
* Add micro PRF for morph scoring For pipelines where morph features are added by more than one component and a reference training corpus may not contain all features, a micro PRF score is more flexible than a simple accuracy score. An example is the reading and inflection features added by the Japanese tokenizer. * Use `morph_micro_f` as the default morph score for Japanese morphologizers. * Update docstring * Fix typo in docstring * Update Scorer API docs * Fix results type * Organize score list by attribute prefix |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| examples.py | ||
| stop_words.py | ||
| syntax_iterators.py | ||
| tag_bigram_map.py | ||
| tag_map.py | ||
| tag_orth_map.py | ||