spaCy/spacy/ml/models
Paul O'Leary McCann 56803d3909 Change mention limit to match reference implementations
This generall means fewer spans are considered, which makes individual
steps in training faster but can make training take longer to find the
good spans.
2021-08-08 19:55:52 +09:00
..
__init__.py Merge branch 'master' into feature/coref 2021-07-10 18:10:40 +09:00
coref_util.py Minor speedup 2021-07-21 19:50:10 +09:00
coref.py Change mention limit to match reference implementations 2021-08-08 19:55:52 +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