mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 16:07:41 +03:00 
			
		
		
		
	* Remove unused declaration in parser
This commit is contained in:
		
							parent
							
								
									efa80096f1
								
							
						
					
					
						commit
						45ae1ce428
					
				|  | @ -67,9 +67,6 @@ def ParserFactory(transition_system): | |||
|     return lambda strings, dir_: Parser(strings, dir_, transition_system) | ||||
| 
 | ||||
| 
 | ||||
| DEF stack_class_alloc_limit = 256 | ||||
| 
 | ||||
| 
 | ||||
| cdef class Parser: | ||||
|     def __init__(self, StringStore strings, model_dir, transition_system): | ||||
|         if not os.path.exists(model_dir): | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	Block a user