mirror of https://github.com/explosion/spaCy.git
Auto-format [ci skip]
This commit is contained in:
parent
9041a72d7f
commit
81c12640ab
|
@ -64,11 +64,11 @@ Tokenize a stream of texts.
|
||||||
> pass
|
> pass
|
||||||
> ```
|
> ```
|
||||||
|
|
||||||
| Name | Type | Description |
|
| Name | Type | Description |
|
||||||
| ------------ | ----- | -------------------------------------------------------- |
|
| ------------ | ----- | ---------------------------------------------------------------------------- |
|
||||||
| `texts` | - | A sequence of unicode texts. |
|
| `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. |
|
| **YIELDS** | `Doc` | A sequence of Doc objects, in order. |
|
||||||
|
|
||||||
## Tokenizer.find_infix {#find_infix tag="method"}
|
## Tokenizer.find_infix {#find_infix tag="method"}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue