spaCy/spacy/tests/pipeline
adrianeboyd c95ce96c44
Update sentence recognizer (#5109)
* Update sentence recognizer

* rename `sentrec` to `senter`
* use `spacy.HashEmbedCNN.v1` by default
* update to follow `Tagger` modifications
* remove component methods that can be inherited from `Tagger`
* add simple initialization and overfitting pipeline tests

* Update serialization test for senter
2020-03-06 14:45:02 +01:00
..
__init__.py Revert #4334 2019-09-29 17:32:12 +02:00
test_analysis.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
test_entity_linker.py Unit test for NEL functionality (#5114) 2020-03-06 14:42:23 +01:00
test_entity_ruler.py Tidy up and auto-format 2020-02-18 15:38:18 +01:00
test_factories.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_functions.py Drop Python 2.7 and 3.5 (#4828) 2019-12-22 01:53:56 +01:00
test_pipe_methods.py More formatting changes 2019-12-25 17:59:52 +01:00
test_sentencizer.py Merge branch 'master' into develop 2020-02-18 14:47:23 +01:00
test_senter.py Update sentence recognizer (#5109) 2020-03-06 14:45:02 +01:00
test_tagger.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
test_textcat.py Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00