spaCy/spacy/ml/models
Paul O'Leary McCann d7d317a1b5 Clean up span embedding code
This is now cleaner and significantly faster. There's still some messy
parts in the code (particularly variable names), will get to that later.
2021-07-10 19:59:08 +09:00
..
__init__.py Merge branch 'master' into feature/coref 2021-07-10 18:10:40 +09:00
coref_util.py Minor fix in crossing spans code 2021-07-03 18:41:46 +09:00
coref.py Clean up span embedding code 2021-07-10 19:59:08 +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 Add SpanCategorizer component (#6747) 2021-06-24 12:35:27 +02: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