mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
04aa041c9e
* 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. |
||
---|---|---|
.. | ||
ner_multitask_objective.py | ||
train_intent_parser.py | ||
train_ner.py | ||
train_new_entity_type.py | ||
train_parser.py | ||
train_tagger.py | ||
train_textcat.py | ||
training-data.json | ||
vocab-data.jsonl |