1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-03 08:44:12 +03:00
spaCy/spacy/pipeline
github-actions[bot] fb9c31fbda
Auto-format code with black ()
Co-authored-by: explosion-bot <explosion-bot@users.noreply.github.com>
2021-08-27 11:42:27 +02:00
..
_parser_internals Support negative examples in partial NER annotations () 2021-06-17 17:33:00 +10:00
__init__.py Add SpanCategorizer component () 2021-06-24 12:35:27 +02:00
attributeruler.py Pass excludes when serializing vocab () 2021-08-03 14:42:44 +02:00
dep_parser.pyx Support negative examples in partial NER annotations () 2021-06-17 17:33:00 +10:00
entity_linker.py Pass excludes when serializing vocab () 2021-08-03 14:42:44 +02:00
entityruler.py Tidy up with flake8: imports, comparisons, etc. 2021-06-28 12:08:15 +02:00
functions.py Tidy up and auto-format 2021-02-13 12:55:56 +11:00
lemmatizer.py Pass excludes when serializing vocab () 2021-08-03 14:42:44 +02:00
morphologizer.pyx Replace negative rows with 0 in StaticVectors () 2021-04-22 18:04:15 +10:00
multitask.pyx Replace negative rows with 0 in StaticVectors () 2021-04-22 18:04:15 +10:00
ner.pyx Support negative examples in partial NER annotations () 2021-06-17 17:33:00 +10:00
pipe.pxd TrainablePipe () 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 () 2021-02-26 09:48:14 +01:00
senter.pyx Replace negative rows with 0 in StaticVectors () 2021-04-22 18:04:15 +10:00
spancat.py Auto-format code with black () 2021-08-27 11:42:27 +02:00
tagger.pyx negative tag annotation () 2021-07-19 14:39:11 +02:00
textcat_multilabel.py Resizable textcat () 2021-06-16 11:45:00 +02:00
textcat.py Raise an error for textcat with <2 labels () 2021-07-06 12:35:22 +02:00
tok2vec.py Ensemble textcat with listener () 2021-05-31 18:21:06 +10:00
trainable_pipe.pxd Revert added_strings change () 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx Pass excludes when serializing vocab () 2021-08-03 14:42:44 +02:00
transition_parser.pxd TrainablePipe () 2020-10-08 21:33:49 +02:00
transition_parser.pyx Pass excludes when serializing vocab () 2021-08-03 14:42:44 +02:00