mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 18:06:29 +03:00
Add section for developing spaCy extensions
This commit is contained in:
parent
6550d0547c
commit
6c253db3fe
|
@ -107,6 +107,7 @@
|
||||||
"Custom Components": "custom-components",
|
"Custom Components": "custom-components",
|
||||||
"Multi-threading": "multithreading",
|
"Multi-threading": "multithreading",
|
||||||
"Serialization": "serialization",
|
"Serialization": "serialization",
|
||||||
|
"Developing Extensions": "extensions"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
3
website/usage/_processing-pipelines/_extensions.jade
Normal file
3
website/usage/_processing-pipelines/_extensions.jade
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
//- 💫 DOCS > USAGE > PROCESSING PIPELINES > DEVELOPING EXTENSIONS
|
||||||
|
|
||||||
|
+under-construction
|
|
@ -19,3 +19,7 @@ include _spacy-101/_pipelines
|
||||||
+section("serialization")
|
+section("serialization")
|
||||||
+h(2, "serialization") Serialization
|
+h(2, "serialization") Serialization
|
||||||
include _processing-pipelines/_serialization
|
include _processing-pipelines/_serialization
|
||||||
|
|
||||||
|
+section("extensions")
|
||||||
|
+h(2, "extensions") Developing spaCy extensions
|
||||||
|
include _processing-pipelines/_extensions
|
||||||
|
|
Loading…
Reference in New Issue
Block a user