spaCy/spacy/pipeline
Ines Montani f79e4c094d Remove generic type
Seems to cause error on Python 3.8 with Cython?
2020-08-10 17:24:30 +02:00
..
_parser_internals The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
__init__.py Add Lemmatizer and simplify related components (#5848) 2020-08-07 15:27:13 +02:00
attributeruler.py Update attribute ruler 2020-08-07 14:43:55 +02:00
dep_parser.pyx Update docstrings and docs 2020-08-09 16:10:48 +02:00
entity_linker.py Add docstring for entity linker factory 2020-08-09 15:19:28 +02:00
entityruler.py validation -> validate 2020-08-07 14:43:47 +02:00
functions.py Option for returning only greedy matches (#5771) 2020-07-29 11:04:43 +02:00
lemmatizer.py Add Lemmatizer and simplify related components (#5848) 2020-08-07 15:27:13 +02:00
morphologizer.pyx Update docs and fix consistency 2020-08-09 22:31:52 +02:00
multitask.pyx Fix imports, types and default configs 2020-08-07 18:40:54 +02:00
ner.pyx Add docstrings for parser and NER. Simplify some arguments 2020-08-09 14:46:13 +02:00
nn_parser.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
pipe.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
pipe.pyx Remove unused compiler flag 2020-08-10 13:13:18 +02:00
sentencizer.pyx The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
senter.pyx Fix imports, types and default configs 2020-08-07 18:40:54 +02:00
simple_ner.py Fix imports, types and default configs 2020-08-07 18:40:54 +02:00
tagger.pyx Remove generic type 2020-08-10 17:24:30 +02:00
textcat.py Update docstrings and docs [ci skip] 2020-08-10 13:45:22 +02:00
tok2vec.py Tidy up and auto-format 2020-08-09 22:36:23 +02:00
transition_parser.pxd The Parser is now a Pipe (2) (#5844) 2020-07-30 23:30:54 +02:00
transition_parser.pyx Use "raise ... from" in custom errors for better tracebacks 2020-08-05 23:53:21 +02:00