mirror of https://github.com/explosion/spaCy.git
Update usage docs meta and navigation
This commit is contained in:
parent
af348025ec
commit
fe24267948
|
@ -3,13 +3,13 @@
|
||||||
"Get started": {
|
"Get started": {
|
||||||
"Installation": "./",
|
"Installation": "./",
|
||||||
"Models": "models",
|
"Models": "models",
|
||||||
|
"spaCy 101": "spacy-101",
|
||||||
"Lightning tour": "lightning-tour",
|
"Lightning tour": "lightning-tour",
|
||||||
"Visualizers": "visualizers",
|
"Visualizers": "visualizers",
|
||||||
"Troubleshooting": "troubleshooting",
|
"Troubleshooting": "troubleshooting",
|
||||||
"What's new in v2.0": "v2"
|
"What's new in v2.0": "v2"
|
||||||
},
|
},
|
||||||
"Workflows": {
|
"Workflows": {
|
||||||
"spaCy 101": "spacy-101",
|
|
||||||
"Loading the pipeline": "language-processing-pipeline",
|
"Loading the pipeline": "language-processing-pipeline",
|
||||||
"Processing text": "processing-text",
|
"Processing text": "processing-text",
|
||||||
"spaCy's data model": "data-model",
|
"spaCy's data model": "data-model",
|
||||||
|
@ -44,13 +44,18 @@
|
||||||
|
|
||||||
"models": {
|
"models": {
|
||||||
"title": "Models",
|
"title": "Models",
|
||||||
"next": "lightning-tour",
|
"next": "spacy-101",
|
||||||
"quickstart": true
|
"quickstart": true
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"spacy-101": {
|
||||||
|
"title": "spaCy 101",
|
||||||
|
"next": "lightning-tour"
|
||||||
|
},
|
||||||
|
|
||||||
"lightning-tour": {
|
"lightning-tour": {
|
||||||
"title": "Lightning tour",
|
"title": "Lightning tour",
|
||||||
"next": "spacy-101"
|
"next": "visualizers"
|
||||||
},
|
},
|
||||||
|
|
||||||
"visualizers": {
|
"visualizers": {
|
||||||
|
@ -66,10 +71,6 @@
|
||||||
"title": "Resources"
|
"title": "Resources"
|
||||||
},
|
},
|
||||||
|
|
||||||
"spacy-101": {
|
|
||||||
"title": "spaCy 101"
|
|
||||||
},
|
|
||||||
|
|
||||||
"language-processing-pipeline": {
|
"language-processing-pipeline": {
|
||||||
"title": "Loading a language processing pipeline",
|
"title": "Loading a language processing pipeline",
|
||||||
"next": "processing-text"
|
"next": "processing-text"
|
||||||
|
@ -95,7 +96,7 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
"entity-recognition": {
|
"entity-recognition": {
|
||||||
"title": "Entity recognition",
|
"title": "Named Entity Recognition",
|
||||||
"next": "rule-based-matching"
|
"next": "rule-based-matching"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue