spaCy/spacy/pipeline
Paul O'Leary McCann bc081c24fa Add full traditional scoring
This calculates scores as an average of three metrics. As noted in the
code, these metrics all have issues, but we want to use them to match up
with prior work.

This should be replaced with some simpler default scoring and the scorer
here should be moved to an external project to be passed in just for
generating the traditional scores.
2021-07-18 20:13:10 +09:00
..
_parser_internals Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00
__init__.py Merge branch 'master' into feature/coref 2021-07-10 18:10:40 +09:00
attributeruler.py Fix typo in comment 2021-06-25 18:58:38 -07:00
coref.py Add full traditional scoring 2021-07-18 20:13:10 +09:00
dep_parser.pyx Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00
entity_linker.py Merge pull request #8522 from adrianeboyd/chore/update-flake8 2021-06-28 21:46:06 +10:00
entityruler.py Merge branch 'master' into feature/coref 2021-07-10 18:10:40 +09:00
functions.py Tidy up and auto-format 2021-02-13 12:55:56 +11:00
lemmatizer.py Use warnings.warn instead of logger.warning 2021-06-04 17:44:08 +02:00
morphologizer.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
multitask.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
ner.pyx Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00
pipe.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
pipe.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
sentencizer.pyx Re-refactor Sentencizer with Pipe API (#7176) 2021-02-26 09:48:14 +01:00
senter.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
spancat.py add spacy prefix to ngram_suggester.v1 (#8623) 2021-07-07 08:09:30 +02:00
tagger.pyx Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00
textcat_multilabel.py Resizable textcat (#7862) 2021-06-16 11:45:00 +02:00
textcat.py Merge branch 'master' into feature/coref 2021-07-10 18:10:40 +09:00
tok2vec.py Ensemble textcat with listener (#8012) 2021-05-31 18:21:06 +10:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx Add SpanCategorizer component (#6747) 2021-06-24 12:35:27 +02:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Support negative examples in partial NER annotations (#8106) 2021-06-17 17:33:00 +10:00