spaCy/spacy
Adriane Boyd 10c930cc96
Re-refactor Sentencizer with Pipe API (#7176)
Reapply the refactoring (#4721) so that `Sentencizer` uses the faster
`predict` and `set_annotations` for both `__call__` and `pipe`.
2021-02-26 09:48:14 +01:00
..
cli Fix displacy output in evaluate CLI (#7122) 2021-02-19 23:01:20 +11:00
displacy Replace links to nightly docs [ci skip] 2021-01-30 20:09:38 +11:00
lang
matcher
ml fix: TransformerListener with TextCatEnsemble (#6951) 2021-02-06 13:44:51 +01:00
pipeline Re-refactor Sentencizer with Pipe API (#7176) 2021-02-26 09:48:14 +01:00
tests fix NEL config and IO, and n_sents functionality (#7100) 2021-02-22 14:49:52 +11:00
tokens Fix SpanGroup import (#7182) 2021-02-24 21:06:16 +11:00
training reduce memory load when reading all vectors from file (#6945) 2021-02-07 08:05:43 +08:00
__init__.pxd
__init__.py Pass on vocab arg in spacy.blank() (#6924) 2021-02-04 15:09:01 +01:00
__main__.py Tidy up 2020-06-22 00:45:40 +02:00
about.py
attrs.pxd Merge branch 'develop' into master-tmp 2020-05-21 18:39:06 +02:00
attrs.pyx
compat.py
default_config.cfg Add initialize.before_init and after_init callbacks 2021-01-12 13:07:44 +01:00
default_config_pretraining.cfg
errors.py
glossary.py unicode -> str consistency 2020-05-24 17:20:58 +02:00
kb.pxd
kb.pyx
language.py
lexeme.pxd
lexeme.pyx reduce memory load when reading all vectors from file (#6945) 2021-02-07 08:05:43 +08:00
lookups.py
morphology.pxd
morphology.pyx Prevent 0-length mem alloc (#6653) 2021-01-06 12:50:17 +11:00
parts_of_speech.pxd Add support for Universal Dependencies v2.0 2017-03-03 13:17:34 +01:00
parts_of_speech.pyx Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
pipe_analysis.py
schemas.py Support env vars and CLI overrides for project.yml 2021-02-10 13:45:27 +11:00
scorer.py
strings.pxd
strings.pyx
structs.pxd
symbols.pxd
symbols.pyx
tokenizer.pxd
tokenizer.pyx
typedefs.pxd Merge remote-tracking branch 'upstream/master' into chore/update-develop-from-master 2020-11-25 11:49:34 +01:00
typedefs.pyx
util.py
vectors.pyx
vocab.pxd
vocab.pyx