mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-28 06:31:12 +03:00 
			
		
		
		
	Auto-format [ci skip]
This commit is contained in:
		
							parent
							
								
									9041a72d7f
								
							
						
					
					
						commit
						81c12640ab
					
				|  | @ -64,11 +64,11 @@ Tokenize a stream of texts. | |||
| >     pass | ||||
| > ``` | ||||
| 
 | ||||
| | 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.                     | | ||||
| | 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.                                         | | ||||
| 
 | ||||
| ## Tokenizer.find_infix {#find_infix tag="method"} | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user