spaCy/spacy/tests/pipeline
Adriane Boyd 2702db9fef
Recommend lookups tables from URLs or other loaders (#12283)
* Recommend lookups tables from URLs or other loaders

Shift away from the `lookups` extra (which isn't removed, just no longer
mentioned) and recommend loading data from the `spacy-lookups-data` repo
or other sources rather than the `spacy-lookups-data` package.

If the tables can't be loaded from the `lookups` registry in the
lemmatizer, show how to specify the tables in `[initialize]` rather than
recommending the `spacy-lookups-data` package.

* Add tests for some rule-based lemmatizers

* Apply suggestions from code review

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>

---------

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
2023-07-31 15:54:35 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py isort all the things 2023-06-26 11:41:03 +02:00
test_annotates_on_update.py isort all the things 2023-06-26 11:41:03 +02:00
test_attributeruler.py isort all the things 2023-06-26 11:41:03 +02:00
test_edit_tree_lemmatizer.py isort all the things 2023-06-26 11:41:03 +02:00
test_entity_linker.py isort all the things 2023-06-26 11:41:03 +02:00
test_entity_ruler.py isort all the things 2023-06-26 11:41:03 +02:00
test_functions.py isort all the things 2023-06-26 11:41:03 +02:00
test_initialize.py isort all the things 2023-06-26 11:41:03 +02:00
test_lemmatizer.py Recommend lookups tables from URLs or other loaders (#12283) 2023-07-31 15:54:35 +02:00
test_models.py isort all the things 2023-06-26 11:41:03 +02:00
test_morphologizer.py isort all the things 2023-06-26 11:41:03 +02:00
test_pipe_factories.py isort all the things 2023-06-26 11:41:03 +02:00
test_pipe_methods.py Disallow False for first/last arguments of add_pipe (#12793) 2023-07-06 15:20:13 +02:00
test_sentencizer.py isort all the things 2023-06-26 11:41:03 +02:00
test_senter.py isort all the things 2023-06-26 11:41:03 +02:00
test_span_finder.py Use spans_ prefix for default span finder scores (#12753) 2023-06-27 19:32:17 +02:00
test_span_ruler.py isort all the things 2023-06-26 11:41:03 +02:00
test_spancat.py isort all the things 2023-06-26 11:41:03 +02:00
test_tagger.py isort all the things 2023-06-26 11:41:03 +02:00
test_textcat.py isort all the things 2023-06-26 11:41:03 +02:00
test_tok2vec.py merge fixes 2023-07-19 16:38:29 +02:00