1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-03-31 15:24:13 +03:00
spaCy/spacy/tests/pipeline
ines 8901814248 Improve error handling if pipeline component is not callable (resolves )
Also add help message if user accidentally calls nlp.add_pipe() with a string of a built-in component name.
2018-01-30 15:43:03 +01:00
..
__init__.py Start adding tests for new pipeline management 2017-10-07 01:48:23 +02:00
test_pipe_methods.py Improve error handling if pipeline component is not callable (resolves ) 2018-01-30 15:43:03 +01:00
test_textcat.py Fix textcat simple train example 2017-11-07 01:25:54 +01:00