From f43338a4c50f5c96eb49f1bc607d18bba11bb413 Mon Sep 17 00:00:00 2001 From: alvations Date: Sat, 5 Jan 2019 20:10:54 +0800 Subject: [PATCH] Joblib site has moved. (#3118) --- website/usage/_processing-pipelines/_multithreading.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/usage/_processing-pipelines/_multithreading.jade b/website/usage/_processing-pipelines/_multithreading.jade index 4dff9c924..c7fcaac3f 100644 --- a/website/usage/_processing-pipelines/_multithreading.jade +++ b/website/usage/_processing-pipelines/_multithreading.jade @@ -43,7 +43,7 @@ p p | This example shows how to use multiple cores to process text using - | spaCy and #[+a("https://pythonhosted.org/joblib/") Joblib]. We're + | spaCy and #[+a("https://joblib.readthedocs.io/en/latest/parallel.html") Joblib]. We're | exporting part-of-speech-tagged, true-cased, (very roughly) | sentence-separated text, with each "sentence" on a newline, and | spaces between tokens. Data is loaded from the IMDB movie reviews