diff --git a/website/docs/usage/_data.json b/website/docs/usage/_data.json index edb37bbad..dc71ef618 100644 --- a/website/docs/usage/_data.json +++ b/website/docs/usage/_data.json @@ -365,6 +365,18 @@ }, "code": { + "Training a new entity type": { + "url": "https://github.com/explosion/spaCy/blob/master/examples/training/train_new_entity_type.py", + "author": "Matthew Honnibal", + "tags": ["ner", "training"] + }, + + "Training an NER system from scratch": { + "url": "https://github.com/explosion/spaCy/blob/master/examples/training/train_ner_standalone.py", + "author": "Matthew Honnibal", + "tags": ["ner", "training"] + }, + "Information extraction": { "url": "https://github.com/explosion/spaCy/blob/master/examples/information_extraction.py", "author": "Matthew Honnibal",