Auto-format [ci skip]

This commit is contained in:
Ines Montani 2019-06-16 14:33:20 +02:00
parent 9041a72d7f
commit 81c12640ab

View File

@ -65,7 +65,7 @@ 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`. |
| **YIELDS** | `Doc` | A sequence of Doc objects, in order. |