docs: fix ngram_range_suggester max_size description (#12939)

This commit is contained in:
PD Hall 2023-08-29 10:10:58 +01:00 committed by svlandeg
parent ea2bb91e9b
commit 439a5165a6

View File

@ -521,7 +521,7 @@ has two columns, indicating the start and end position.
| Name | Description |
| ----------- | ---------------------------------------------------------------------------- |
| `min_size` | The minimal phrase lengths to suggest (inclusive). ~~[int]~~ |
| `max_size` | The maximal phrase lengths to suggest (exclusive). ~~[int]~~ |
| `max_size` | The maximal phrase lengths to suggest (inclusive). ~~[int]~~ |
| **CREATES** | The suggester function. ~~Callable[[Iterable[Doc], Optional[Ops]], Ragged]~~ |
### spacy.preset_spans_suggester.v1 {id="preset_spans_suggester"}