mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			209 B
		
	
	
	
		
			Cython
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			209 B
		
	
	
	
		
			Cython
		
	
	
	
	
	
| from .transition_system cimport TransitionSystem
 | |
| from .transition_system cimport Transition
 | |
| from ..gold cimport GoldParseC
 | |
| from ..typedefs cimport attr_t
 | |
| 
 | |
| 
 | |
| cdef class BiluoPushDown(TransitionSystem):
 | |
|     pass
 |