mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	Remove tensor attribute from Span and Token.
This commit is contained in:
		
							parent
							
								
									d15a88c66a
								
							
						
					
					
						commit
						8829984efb
					
				| 
						 | 
					@ -11,8 +11,6 @@ cdef class Span:
 | 
				
			||||||
    cdef readonly int end_char
 | 
					    cdef readonly int end_char
 | 
				
			||||||
    cdef readonly int label
 | 
					    cdef readonly int label
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cdef public np.ndarray tensor
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    cdef public _vector
 | 
					    cdef public _vector
 | 
				
			||||||
    cdef public _vector_norm
 | 
					    cdef public _vector_norm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user