mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-24 17:06:29 +03:00
Add training examples to tutorials
This commit is contained in:
parent
17e9743388
commit
5bbbb7674b
|
@ -365,6 +365,18 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"code": {
|
"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": {
|
"Information extraction": {
|
||||||
"url": "https://github.com/explosion/spaCy/blob/master/examples/information_extraction.py",
|
"url": "https://github.com/explosion/spaCy/blob/master/examples/information_extraction.py",
|
||||||
"author": "Matthew Honnibal",
|
"author": "Matthew Honnibal",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user