spaCy/examples/training
Laura Baakman 04aa041c9e Update Example input JSON file to adhere to specification. (#3243)
* Example file does not adhere to json input spec.

According to the [json input spec ](https://spacy.io/api/annotation#json-input) the `id ` needs to be an `int` not a string. Using a string as `id` results in a `TypeError` when calling `spacy.gold.read_json_file()`.

* Add spaCy Contributor Agreement.
2019-02-07 16:18:01 +01:00
..
ner_multitask_objective.py Add example of NER multitask objective 2018-01-21 19:46:37 +01:00
train_intent_parser.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_ner.py Don't call begin_training if updating new model (see #3059) [ci skip] 2018-12-17 13:45:28 +01:00
train_new_entity_type.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_parser.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_tagger.py 💫 Update training examples and use minibatching (#2830) 2018-10-10 01:40:29 +02:00
train_textcat.py Update call to mkdir() to create the parents (#3139) 2019-01-11 03:02:18 +01:00
training-data.json Update Example input JSON file to adhere to specification. (#3243) 2019-02-07 16:18:01 +01:00
vocab-data.jsonl Use even smaller examle size 2017-10-30 19:46:45 +01:00