spaCy/spacy/tests/pipeline
Ines Montani e7b075565d
💫 Rule-based NER component (#2513)
* Add helper function for reading in JSONL

* Add rule-based NER component

* Fix whitespace

* Add component to factories

* Add tests

* Add option to disable indent on json_dumps compat

Otherwise, reading JSONL back in line by line won't work

* Fix error code
2018-07-18 19:43:16 +02:00
..
__init__.py Start adding tests for new pipeline management 2017-10-07 01:48:23 +02:00
test_entity_ruler.py 💫 Rule-based NER component (#2513) 2018-07-18 19:43:16 +02:00
test_factories.py Add built-in factories for merge_entities and merge_noun_chunks 2018-03-15 00:18:51 +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