mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix import
This commit is contained in:
		
							parent
							
								
									95de7efaad
								
							
						
					
					
						commit
						8f978f2031
					
				| 
						 | 
					@ -1,7 +1,6 @@
 | 
				
			||||||
import random
 | 
					import random
 | 
				
			||||||
import itertools
 | 
					import itertools
 | 
				
			||||||
from .example import Example
 | 
					from .example import Example
 | 
				
			||||||
from .annotation import TokenAnnotation
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
def make_orth_variants(nlp, example, orth_variant_level=0.0):
 | 
					def make_orth_variants(nlp, example, orth_variant_level=0.0):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user