spaCy/spacy/ml/models/defaults
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 Update sentence recognizer (#5109) 2020-03-06 14:45:02 +01:00
entity_linker_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
morphologizer_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
ner_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
parser_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
senter_defaults.cfg Update sentence recognizer (#5109) 2020-03-06 14:45:02 +01:00
tagger_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
tensorizer_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
textcat_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00
tok2vec_defaults.cfg Default settings to configurations (#4995) 2020-02-27 18:42:27 +01:00