mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
Auto-format [ci skip]
This commit is contained in:
parent
9041a72d7f
commit
81c12640ab
|
@ -65,9 +65,9 @@ Tokenize a stream of texts.
|
|||
> ```
|
||||
|
||||
| Name | Type | Description |
|
||||
| ------------ | ----- | -------------------------------------------------------- |
|
||||
| ------------ | ----- | ---------------------------------------------------------------------------- |
|
||||
| `texts` | - | A sequence of unicode texts. |
|
||||
| `batch_size` | int | The number of texts to accumulate in an internal buffer. Defaults to `1000`.|
|
||||
| `batch_size` | int | The number of texts to accumulate in an internal buffer. Defaults to `1000`. |
|
||||
| **YIELDS** | `Doc` | A sequence of Doc objects, in order. |
|
||||
|
||||
## Tokenizer.find_infix {#find_infix tag="method"}
|
||||
|
|
Loading…
Reference in New Issue
Block a user