spaCy/spacy/pipeline
Sofie Van Landeghem e0c45c669a
Native coref component (#7243)
* initial coref_er pipe

* matcher more flexible

* base coref component without actual model

* initial setup of coref_er.score

* rename to include_label

* preliminary score_clusters method

* apply scoring in coref component

* IO fix

* return None loss for now

* rename to CoreferenceResolver

* some preliminary unit tests

* use registry as callable
2021-03-03 13:50:14 +01:00
..
_parser_internals Fix sentence fragments bug (#7056, #7035) (#7057) 2021-02-14 13:38:13 +11:00
__init__.py Native coref component (#7243) 2021-03-03 13:50:14 +01:00
attributeruler.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
coref_er.py Native coref component (#7243) 2021-03-03 13:50:14 +01:00
coref.py Native coref component (#7243) 2021-03-03 13:50:14 +01:00
dep_parser.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
entity_linker.py fix NEL config and IO, and n_sents functionality (#7100) 2021-02-22 14:49:52 +11:00
entityruler.py Native coref component (#7243) 2021-03-03 13:50:14 +01:00
functions.py Tidy up and auto-format 2021-02-13 12:55:56 +11:00
lemmatizer.py Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
morphologizer.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
multitask.pyx ensure the loss value is cast as float (#6928) 2021-02-07 07:51:56 +08:00
ner.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11: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 links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
tagger.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
textcat_multilabel.py fix: Fix textcat labels to expect a Optional[Iterable[str]] instead of Optional[Dict] (#6911) 2021-02-04 23:37:13 +01:00
textcat.py Native coref component (#7243) 2021-03-03 13:50:14 +01:00
tok2vec.py loop instead of any 2021-02-12 13:14:30 +01:00
trainable_pipe.pxd Revert added_strings change (#6236) 2020-10-10 18:55:07 +02:00
trainable_pipe.pyx Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
transition_parser.pxd TrainablePipe (#6213) 2020-10-08 21:33:49 +02:00
transition_parser.pyx Error handling in nlp.pipe (#6817) 2021-01-29 08:51:21 +08:00