mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Merge pull request #1244 from gideonite/patch-1
improve pipe, tee, izip explanation
This commit is contained in:
commit
b7b121103f
|
@ -98,7 +98,8 @@ p
|
||||||
| important metadata, e.g. a JSON document. To pair up the metadata
|
| important metadata, e.g. a JSON document. To pair up the metadata
|
||||||
| with the processed #[code Doc] object, you should use the tee
|
| with the processed #[code Doc] object, you should use the tee
|
||||||
| function to split the generator in two, and then #[code izip] the
|
| function to split the generator in two, and then #[code izip] the
|
||||||
| extra stream to the document stream.
|
| extra stream to the document stream. Here's an
|
||||||
|
| #[a(href="https://github.com/explosion/spaCy/issues/172#issuecomment-183963403")= "example"]
|
||||||
|
|
||||||
+h(2, "own-annotations") Bringing your own annotations
|
+h(2, "own-annotations") Bringing your own annotations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user