mirror of
https://github.com/explosion/spaCy.git
synced 2025-05-29 18:23:06 +03:00
Document as_tuples kwarg on Language.pipe()
This commit is contained in:
parent
6a37c93311
commit
d53cbf369f
|
@ -111,6 +111,14 @@ p
|
||||||
+cell -
|
+cell -
|
||||||
+cell A sequence of unicode objects.
|
+cell A sequence of unicode objects.
|
||||||
|
|
||||||
|
+row
|
||||||
|
+cell #[code as_tuples]
|
||||||
|
+cell bool
|
||||||
|
+cell
|
||||||
|
| If set to #[code True], inputs should be a sequence of
|
||||||
|
| #[code (text, context)] tuples. Output will then be a sequence of
|
||||||
|
| #[code (doc, context)] tuples. Defaults to #[code False].
|
||||||
|
|
||||||
+row
|
+row
|
||||||
+cell #[code n_threads]
|
+cell #[code n_threads]
|
||||||
+cell int
|
+cell int
|
||||||
|
|
Loading…
Reference in New Issue
Block a user