mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	* Fix Spans.orth_
This commit is contained in:
		
							parent
							
								
									3b5ea3731a
								
							
						
					
					
						commit
						66c7ccf6cc
					
				|  | @ -129,7 +129,7 @@ cdef class Span: | |||
| 
 | ||||
|     property orth_: | ||||
|         def __get__(self): | ||||
|             return ' '.join([t.string for t in self]).strip() | ||||
|             return ''.join([t.string for t in self]).strip() | ||||
| 
 | ||||
|     property lemma_: | ||||
|         def __get__(self): | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user