spaCy/spacy/pipeline
Matthew Honnibal ce1e4eace2 Default to former TextCategorizer model
* Keep TextCategorizer default model same as v2.0
* Add option 'architecture' that allows "simple_cnn" to switch to
simpler model.
* Add option exclusive_classes, defaulting to False. If set to True,
the model treats classes as mutually exclusive, i.e. only one class can
be true per instance.
2019-02-23 11:55:16 +01:00
..
__init__.py 💫 Break up large pipeline.pyx (#3246) 2019-02-10 12:14:51 +01:00
entityruler.py 💫 Make handling of [Pipe].labels consistent (#3273) 2019-02-15 06:03:19 +11:00
functions.py 💫 Replace {Doc,Span}.merge with Doc.retokenize (#3280) 2019-02-15 10:29:44 +01:00
hooks.py 💫 Break up large pipeline.pyx (#3246) 2019-02-10 12:14:51 +01:00
pipes.pyx Default to former TextCategorizer model 2019-02-23 11:55:16 +01:00