Update docs [ci skip]

This commit is contained in:
Ines Montani 2021-01-19 00:22:47 +11:00
parent 2ae8dfbb93
commit f50502dad7

View File

@ -130,3 +130,4 @@ exceed the transformer model max length. See
| -------------- | --------------------------------------------------------------------- |
| `min_length` | The minimum length for a token to be split. Defaults to `25`. ~~int~~ |
| `split_length` | The length of the split tokens. Defaults to `5`. ~~int~~ |
| **RETURNS** | The modified `Doc` with the split tokens. ~~Doc~~ |