spaCy/spacy/ml/models
Paul O'Leary McCann f1796e4af7 Fix mention list bug
There was an off-by-one error in how mentions are generated that would
affect mentions at the end of a sentence. This was pretty nasty.
2021-07-14 18:19:00 +09:00
..
__init__.py Merge branch 'master' into feature/coref 2021-07-10 18:10:40 +09:00
coref_util.py Fix mention list bug 2021-07-14 18:19:00 +09:00
coref.py Cleanup 2021-07-10 22:42:55 +09:00
entity_linker.py Update flake8 version in reqs and CI 2021-06-28 11:29:36 +02:00
multi_task.py applying suggestion to avoid mypy errors (#8265) 2021-06-02 19:25:30 +10:00
parser.py TransitionBasedParser.v1 to legacy (#8586) 2021-07-06 15:26:45 +02:00
spancat.py Fix span embeds 2021-07-10 21:38:53 +09:00
tagger.py consistently use registry as callable 2021-03-02 17:56:28 +01:00
textcat.py Resizable textcat (#7862) 2021-06-16 11:45:00 +02:00
tok2vec.py Replace negative rows with 0 in StaticVectors (#7674) 2021-04-22 18:04:15 +10:00