spaCy/spacy/tests/pipeline
Ines Montani a9c6104047 Component decorator and component analysis (#4517)
* Add work in progress

* Update analysis helpers and component decorator

* Fix porting of docstrings for Python 2

* Fix docstring stuff on Python 2

* Support meta factories when loading model

* Put auto pipeline analysis behind flag for now

* Analyse pipes on remove_pipe and replace_pipe

* Move analysis to root for now

Try to find a better place for it, but it needs to go for now to avoid circular imports

* Simplify decorator

Don't return a wrapped class and instead just write to the object

* Update existing components and factories

* Add condition in factory for classes vs. functions

* Add missing from_nlp classmethods

* Add "retokenizes" to printed overview

* Update assigns/requires declarations of builtins

* Only return data if no_print is enabled

* Use multiline table for overview

* Don't support Span

* Rewrite errors/warnings and move them to spacy.errors
2019-10-27 13:35:49 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Component decorator and component analysis (#4517) 2019-10-27 13:35:49 +01:00
test_entity_linker.py Explicitly catch warning in test 2019-10-24 16:16:27 +02:00
test_entity_ruler.py Revert #4334 2019-09-29 17:32:12 +02:00
test_factories.py Revert #4334 2019-09-29 17:32:12 +02:00
test_pipe_methods.py Also support passing list to Language.disable_pipes (#4521) 2019-10-25 16:19:08 +02:00
test_sentencizer.py Extend unicode character block for Sinhala (#4378) 2019-10-07 13:17:03 +02:00
test_textcat.py Revert #4334 2019-09-29 17:32:12 +02:00