mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 09:56:28 +03:00
Move example to pipeline directory
This commit is contained in:
parent
1d69a46cd4
commit
af28ca1ba0
|
@ -50,4 +50,4 @@ p
|
|||
| dataset and will be loaded automatically via Thinc's built-in dataset
|
||||
| loader.
|
||||
|
||||
+github("spacy", "examples/parallel_tag.py")
|
||||
+github("spacy", "examples/pipeline/multi_processing.py")
|
||||
|
|
|
@ -71,7 +71,7 @@ include ../_includes/_mixins
|
|||
|
||||
+github("spacy", "examples/pipeline/custom_attr_methods.py")
|
||||
|
||||
+h(3, "parallel-tag") Multi-processing with Joblib
|
||||
+h(3, "multi-processing") Multi-processing with Joblib
|
||||
|
||||
p
|
||||
| This example shows how to use multiple cores to process text using
|
||||
|
@ -82,7 +82,7 @@ include ../_includes/_mixins
|
|||
| dataset and will be loaded automatically via Thinc's built-in dataset
|
||||
| loader.
|
||||
|
||||
+github("spacy", "examples/parallel_tag.py")
|
||||
+github("spacy", "examples/pipeline/multi_processing.py")
|
||||
|
||||
+section("training")
|
||||
+h(3, "training-ner") Training spaCy's Named Entity Recognizer
|
||||
|
|
Loading…
Reference in New Issue
Block a user