mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	* Fix bone-headed mistake in StateClass.E
This commit is contained in:
		
							parent
							
								
									d24b8509e4
								
							
						
					
					
						commit
						a06e3c8963
					
				|  | @ -48,7 +48,7 @@ cdef class StateClass: | |||
|             return 0 | ||||
|         if i < 0 or i >= self._e_i: | ||||
|             return 0 | ||||
|         self._ents[self._e_i - (i+1)].start | ||||
|         return self._ents[self._e_i - (i+1)].start | ||||
| 
 | ||||
|     cdef int L(self, int i, int idx) nogil: | ||||
|         if idx < 1: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user