mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
26 lines
716 B
Plaintext
26 lines
716 B
Plaintext
//- 💫 DOCS > USAGE > PIPELINE
|
|
|
|
include ../_includes/_mixins
|
|
|
|
include _spacy-101/_pipelines
|
|
|
|
+section("pipelines")
|
|
+h(2, "pipelines") How pipelines work
|
|
include _processing-pipelines/_pipelines
|
|
|
|
+section("custom-components")
|
|
+h(2, "custom-components") Creating custom pipeline components
|
|
include _processing-pipelines/_custom-components
|
|
|
|
+section("extensions")
|
|
+h(2, "extensions") Developing spaCy extensions
|
|
include _processing-pipelines/_extensions
|
|
|
|
+section("multithreading")
|
|
+h(2, "multithreading") Multi-threading
|
|
include _processing-pipelines/_multithreading
|
|
|
|
+section("serialization")
|
|
+h(2, "serialization") Serialization
|
|
include _processing-pipelines/_serialization
|