mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-01 00:17:44 +03:00 
			
		
		
		
	docs: fix ngram_range_suggester max_size description (#12939)
This commit is contained in:
		
							parent
							
								
									6dd56868de
								
							
						
					
					
						commit
						d8a32c1050
					
				|  | @ -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"} | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user