1
1
mirror of https://github.com/explosion/spaCy.git synced 2025-04-01 07:44:12 +03:00
spaCy/spacy/tests/parser
Adriane Boyd c482f20778
Fix and add warnings related to spacy-lookups-data ()
* Fix warning message for lemmatization tables

* Add a warning when the `lexeme_norm` table is empty. (Given the
relatively lang-specific loading for `Lookups`, it seemed like too much
overhead to dynamically extract the list of languages, so for now it's
hard-coded.)
2020-06-15 14:56:04 +02:00
..
__init__.py Revert 2019-09-29 17:32:12 +02:00
test_add_label.py Revert 2019-09-29 17:32:12 +02:00
test_arc_eager_oracle.py Revert 2019-09-29 17:32:12 +02:00
test_ner.py Fix and add warnings related to spacy-lookups-data () 2020-06-15 14:56:04 +02:00
test_neural_parser.py Revert 2019-09-29 17:32:12 +02:00
test_nn_beam.py Revert 2019-09-29 17:32:12 +02:00
test_nonproj.py Revert 2019-09-29 17:32:12 +02:00
test_parse_navigate.py Bugfix/get doc () 2020-03-02 11:49:28 +01:00
test_parse.py Tidy up and auto-format 2019-12-21 19:04:17 +01:00
test_preset_sbd.py Revert 2019-09-29 17:32:12 +02:00
test_space_attachment.py Revert 2019-09-29 17:32:12 +02:00