spaCy/spacy/ml/models
Paul O'Leary McCann c4f9c24738 The coref model is able to be loaded
The span predictor component is initialized but not used at all now.
Plan is to work on it after the word level clustering part is trainable
end-to-end.
2022-03-09 19:31:11 +09:00
..
__init__.py Start bringin in wl-coref 2022-03-06 20:00:15 +09:00
coref_util.py Minor speedup 2021-07-21 19:50:10 +09:00
coref.py The coref model is able to be loaded 2022-03-09 19:31:11 +09:00
entity_linker.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors (#9167) 2021-10-14 15:21:40 +02:00
multi_task.py User fewer Vector internals (#9879) 2022-01-18 17:14:35 +01:00
parser.py Replace use_ops("numpy") by use_ops("cpu") in the parser (#9501) 2021-10-21 11:22:45 +02:00
spancat.py Merge branch 'master' into feature/coref 2022-02-03 19:01:18 +09:00
tagger.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors (#9167) 2021-10-14 15:21:40 +02:00
textcat.py 🏷 Add Mypy check to CI and ignore all existing Mypy errors (#9167) 2021-10-14 15:21:40 +02:00
tok2vec.py MultiHashEmbed vector docs correction (#9918) 2021-12-27 11:18:08 +01:00