spaCy/spacy/tests/pipeline
Adriane Boyd af125875cf
Update SimpleNER (#5878)
* Fix `get_loss` to use NER annotation
* Add labels as part of cfg
* Add simple overfitting test
2020-08-05 14:43:29 +02:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Simplify pipe analysis 2020-08-01 13:40:06 +02:00
test_attributeruler.py Add AttributeRuler for token attribute exceptions (#5842) 2020-08-04 17:02:39 +02:00
test_entity_linker.py Default empty KB in EL component (#5872) 2020-08-04 14:34:09 +02:00
test_entity_ruler.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_functions.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_morphologizer.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_pipe_factories.py Allow adding pipeline components from source model (#5857) 2020-08-04 23:39:19 +02:00
test_pipe_methods.py Bugfix in nlp.replace_pipe (#5875) 2020-08-05 09:30:58 +02:00
test_sentencizer.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_senter.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_simple_ner.py Update SimpleNER (#5878) 2020-08-05 14:43:29 +02:00
test_tagger.py Refactor pipeline components, config and language data (#5759) 2020-07-22 13:42:59 +02:00
test_textcat.py Move Language.evaluate scorer config to new arg 2020-07-31 11:05:16 +02:00