mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 09:26: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",
|
||||
"Lightning tour": "lightning-tour",
|
||||
"Visualizers": "visualizers",
|
||||
"Troubleshooting": "troubleshooting"
|
||||
"Troubleshooting": "troubleshooting",
|
||||
"What's new in v2.0": "v2"
|
||||
},
|
||||
"Workflows": {
|
||||
"spaCy 101": "spacy-101",
|
||||
"Loading the pipeline": "language-processing-pipeline",
|
||||
"Processing text": "processing-text",
|
||||
"spaCy's data model": "data-model",
|
||||
|
@ -35,6 +37,10 @@
|
|||
"next": "models"
|
||||
},
|
||||
|
||||
"v2": {
|
||||
"title": "What's new in v2.0"
|
||||
},
|
||||
|
||||
"models": {
|
||||
"title": "Models",
|
||||
"next": "lightning-tour"
|
||||
|
@ -42,7 +48,7 @@
|
|||
|
||||
"lightning-tour": {
|
||||
"title": "Lightning tour",
|
||||
"next": "visualizers"
|
||||
"next": "spacy-101"
|
||||
},
|
||||
|
||||
"visualizers": {
|
||||
|
@ -58,6 +64,10 @@
|
|||
"title": "Resources"
|
||||
},
|
||||
|
||||
"spacy-101": {
|
||||
"title": "spaCy 101"
|
||||
},
|
||||
|
||||
"language-processing-pipeline": {
|
||||
"title": "Loading a language processing pipeline",
|
||||
"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