spaCy/spacy/cli
Ines Montani 483dddc9bc 💫 Add token match pattern validation via JSON schemas (#3244)
* Add custom MatchPatternError

* Improve validators and add validation option to Matcher

* Adjust formatting

* Never validate in Matcher within PhraseMatcher

If we do decide to make validate default to True, the PhraseMatcher's Matcher shouldn't ever validate. Here, we create the patterns automatically anyways (and it's currently unclear whether the validation has performance impacts at a very large scale).
2019-02-13 01:47:26 +11:00
..
converters Merge branch 'master' into develop 2019-02-07 20:54:07 +01:00
ud Batch UD evaluation script (#3174) 2019-01-27 06:01:02 +01:00
__init__.py 💫 New JSON helpers, training data internals & CLI rewrite (#2932) 2018-11-30 20:16:14 +01:00
_schemas.py Store JSON schemas in Python and tidy up (#3235) 2019-02-07 19:44:31 +11:00
convert.py cli.convert: fix typo in converter arguments (#3099) 2018-12-27 18:08:41 +01:00
debug_data.py 💫 Add token match pattern validation via JSON schemas (#3244) 2019-02-13 01:47:26 +11:00
download.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
evaluate.py spacy.cli.evaluate: fix TypeError (#3101) 2018-12-28 11:14:28 +01:00
info.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
init_model.py Merge branch 'master' into develop 2019-02-07 20:54:07 +01:00
link.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00
package.py Set vectors.name when updating meta.json during training (#3100) 2018-12-27 19:55:40 +01:00
pretrain.py Tidy up and fix small bugs and typos 2019-02-08 14:14:49 +01:00
profile.py Fix cytoolz import cytoolz 2018-12-06 16:04:12 +01:00
train.py Set vectors.name when updating meta.json during training (#3100) 2018-12-27 19:55:40 +01:00
validate.py Small CLI improvements (#3030) 2018-12-08 11:49:43 +01:00