mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	Fix formatting
This commit is contained in:
		
							parent
							
								
									0ed0c41bad
								
							
						
					
					
						commit
						a31f048b4d
					
				| 
						 | 
					@ -129,6 +129,7 @@ cdef class Span:
 | 
				
			||||||
    def _(self):
 | 
					    def _(self):
 | 
				
			||||||
        return Underscore(Underscore.span_extensions, self,
 | 
					        return Underscore(Underscore.span_extensions, self,
 | 
				
			||||||
                          start=self.start_char, end=self.end_char)
 | 
					                          start=self.start_char, end=self.end_char)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def as_doc(self):
 | 
					    def as_doc(self):
 | 
				
			||||||
        '''Create a Doc object view of the Span's data.
 | 
					        '''Create a Doc object view of the Span's data.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user