mirror of https://github.com/explosion/spaCy.git
Add v2.1 tag to new arguments [ci skip]
This commit is contained in:
parent
64f97adef1
commit
ca2fcad5a3
|
@ -113,6 +113,7 @@ p Match a stream of documents, yielding them in turn.
|
|||
|
||||
+row
|
||||
+cell #[code return_matches]
|
||||
+tag-new(2.1)
|
||||
+cell bool
|
||||
+cell
|
||||
| Yield the match lists along with the docs, making results
|
||||
|
@ -120,6 +121,7 @@ p Match a stream of documents, yielding them in turn.
|
|||
|
||||
+row
|
||||
+cell #[code as_tuples]
|
||||
+tag-new(2.1)
|
||||
+cell bool
|
||||
+cell
|
||||
| Interpret the input stream as #[code (doc, context)] tuples, and
|
||||
|
|
Loading…
Reference in New Issue