mirror of https://github.com/explosion/spaCy.git
Joblib site has moved. (#3118)
This commit is contained in:
parent
6fe276f85d
commit
f43338a4c5
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue