mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-11 17:56:30 +03:00
commit
ede2baba19
|
@ -7,7 +7,7 @@ p
|
|||
| runs on #[strong Unix/Linux], #[strong macOS/OS X] and
|
||||
| #[strong Windows]. The latest spaCy releases are currently only
|
||||
| available as source packages over
|
||||
| #[+a("https://pypi.python.org/pypi/spacy") pip]. Installaton requires a
|
||||
| #[+a("https://pypi.python.org/pypi/spacy") pip]. Installation requires a
|
||||
| working build environment. See notes on
|
||||
| #[a(href="#source-ubuntu") Ubuntu], #[a(href="#source-osx") macOS/OS X]
|
||||
| and #[a(href="#source-windows") Windows] for details.
|
||||
|
|
|
@ -31,7 +31,8 @@ p
|
|||
p
|
||||
| I've tried to make sure that the #[code Language.__call__] function
|
||||
| doesn't do any "heavy lifting", so that you won't have complicated logic
|
||||
| to replicate if you need to make your own pipeline class. This is all it | does.
|
||||
| to replicate if you need to make your own pipeline class. This is all it
|
||||
| does.
|
||||
|
||||
p
|
||||
| The #[code .make_doc()] method and #[code .pipeline] attribute make it
|
||||
|
|
Loading…
Reference in New Issue
Block a user