mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-12 10:16:27 +03:00
Add What's new and spaCy 101 stubs
This commit is contained in:
parent
f4ae1e8750
commit
6364a9be9d
|
@ -5,9 +5,11 @@
|
||||||
"Models": "models",
|
"Models": "models",
|
||||||
"Lightning tour": "lightning-tour",
|
"Lightning tour": "lightning-tour",
|
||||||
"Visualizers": "visualizers",
|
"Visualizers": "visualizers",
|
||||||
"Troubleshooting": "troubleshooting"
|
"Troubleshooting": "troubleshooting",
|
||||||
|
"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",
|
||||||
|
@ -35,6 +37,10 @@
|
||||||
"next": "models"
|
"next": "models"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"v2": {
|
||||||
|
"title": "What's new in v2.0"
|
||||||
|
},
|
||||||
|
|
||||||
"models": {
|
"models": {
|
||||||
"title": "Models",
|
"title": "Models",
|
||||||
"next": "lightning-tour"
|
"next": "lightning-tour"
|
||||||
|
@ -42,7 +48,7 @@
|
||||||
|
|
||||||
"lightning-tour": {
|
"lightning-tour": {
|
||||||
"title": "Lightning tour",
|
"title": "Lightning tour",
|
||||||
"next": "visualizers"
|
"next": "spacy-101"
|
||||||
},
|
},
|
||||||
|
|
||||||
"visualizers": {
|
"visualizers": {
|
||||||
|
@ -58,6 +64,10 @@
|
||||||
"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"
|
||||||
|
|
10
website/docs/usage/spacy-101.jade
Normal file
10
website/docs/usage/spacy-101.jade
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
//- 💫 DOCS > USAGE > SPACY 101
|
||||||
|
|
||||||
|
include ../../_includes/_mixins
|
||||||
|
|
||||||
|
+h(2, "architecture") Architecture
|
||||||
|
|
||||||
|
+image
|
||||||
|
include ../../assets/img/docs/architecture.svg
|
||||||
|
.u-text-right
|
||||||
|
+button("/assets/img/docs/architecture.svg", false, "secondary").u-text-tag View large graphic
|
10
website/docs/usage/v2.jade
Normal file
10
website/docs/usage/v2.jade
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
//- 💫 DOCS > USAGE > WHAT'S NEW IN V2.0
|
||||||
|
|
||||||
|
include ../../_includes/_mixins
|
||||||
|
|
||||||
|
|
||||||
|
+h(2, "features") New features
|
||||||
|
|
||||||
|
+h(2, "incompat") Backwards incompatibilities
|
||||||
|
|
||||||
|
+h(2, "migrating") Migrating from spaCy 1.x
|
Loading…
Reference in New Issue
Block a user