Joblib site has moved. (#3118)

This commit is contained in:
alvations 2019-01-05 20:10:54 +08:00 committed by Ines Montani
parent 6fe276f85d
commit f43338a4c5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ p
p p
| This example shows how to use multiple cores to process text using | 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) | exporting part-of-speech-tagged, true-cased, (very roughly)
| sentence-separated text, with each "sentence" on a newline, and | sentence-separated text, with each "sentence" on a newline, and
| spaces between tokens. Data is loaded from the IMDB movie reviews | spaces between tokens. Data is loaded from the IMDB movie reviews