2017-10-03 15:26:20 +03:00
|
|
|
//- 💫 DOCS > USAGE > PIPELINE
|
|
|
|
|
|
|
|
include ../_includes/_mixins
|
|
|
|
|
|
|
|
include _spacy-101/_pipelines
|
|
|
|
|
|
|
|
+section("pipelines")
|
|
|
|
+h(2, "pipelines") How pipelines work
|
|
|
|
include _processing-pipelines/_pipelines
|
|
|
|
|
2017-10-07 16:27:28 +03:00
|
|
|
+section("custom-components")
|
|
|
|
+h(2, "custom-components") Creating custom pipeline components
|
|
|
|
include _processing-pipelines/_custom-components
|
2017-10-03 15:26:20 +03:00
|
|
|
|
|
|
|
+section("multithreading")
|
|
|
|
+h(2, "multithreading") Multi-threading
|
|
|
|
include _processing-pipelines/_multithreading
|
|
|
|
|
|
|
|
+section("serialization")
|
|
|
|
+h(2, "serialization") Serialization
|
|
|
|
include _processing-pipelines/_serialization
|
2017-10-09 15:36:56 +03:00
|
|
|
|
|
|
|
+section("extensions")
|
|
|
|
+h(2, "extensions") Developing spaCy extensions
|
|
|
|
include _processing-pipelines/_extensions
|