mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
90d88729e0
* Add AttributeRuler.score Add scoring for TAG / POS / MORPH / LEMMA if these are present in the assigned token attributes. Add default score weights (that don't really make a lot of sense) so that the scores are in the default config in some form. * Update docs |
||
---|---|---|
.. | ||
_parser_internals | ||
__init__.py | ||
attributeruler.py | ||
dep_parser.pyx | ||
entity_linker.py | ||
entityruler.py | ||
functions.py | ||
lemmatizer.py | ||
morphologizer.pyx | ||
multitask.pyx | ||
ner.pyx | ||
pipe.pxd | ||
pipe.pyx | ||
sentencizer.pyx | ||
senter.pyx | ||
simple_ner.py | ||
tagger.pyx | ||
textcat.py | ||
tok2vec.py | ||
transition_parser.pxd | ||
transition_parser.pyx |