spaCy/spacy/ml/models
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
..
__init__.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
entity_linker.py update NEL docs after latest refactor 2020-10-12 11:41:27 +02:00
multi_task.py pretrain architectures (#6451) 2020-12-08 14:41:03 +08:00
parser.py Fix parser resizing for cupy (#6758) 2021-01-18 20:43:15 +01:00
tagger.py Fix imports, types and default configs 2020-08-07 18:40:54 +02:00
textcat.py fix: TransformerListener with TextCatEnsemble (#6951) 2021-02-06 13:44:51 +01:00
tok2vec.py Avoid assuming encode.get_dim('nO') is set in tok2vec (#6800) 2021-01-24 14:37:33 +11:00