Merge pull request #1244 from gideonite/patch-1

improve pipe, tee, izip explanation
This commit is contained in:
Matthew Honnibal 2017-08-06 14:34:07 +02:00 committed by GitHub
commit b7b121103f

View File

@ -98,7 +98,8 @@ p
| important metadata, e.g. a JSON document. To pair up the metadata
| with the processed #[code Doc] object, you should use the tee
| 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