spaCy/spacy/tests/pipeline
ines f3f8bfc367 Add built-in factories for merge_entities and merge_noun_chunks
Allows adding those components to the pipeline out-of-the-box if they're defined in a model's meta.json. Also allows usage as nlp.add_pipe(nlp.create_pipe('merge_entities')).
2018-03-15 17:16:54 +01:00
..
__init__.py Start adding tests for new pipeline management 2017-10-07 01:48:23 +02:00
test_factories.py Add built-in factories for merge_entities and merge_noun_chunks 2018-03-15 17:16:54 +01:00
test_pipe_methods.py Improve error handling if pipeline component is not callable (resolves #1911) 2018-01-30 15:43:03 +01:00
test_textcat.py Fix textcat simple train example 2017-11-07 01:25:54 +01:00