mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-01 00:17:44 +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) |     return lambda strings, dir_: Parser(strings, dir_, transition_system) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| DEF stack_class_alloc_limit = 256 |  | ||||||
| 
 |  | ||||||
| 
 |  | ||||||
| cdef class Parser: | cdef class Parser: | ||||||
|     def __init__(self, StringStore strings, model_dir, transition_system): |     def __init__(self, StringStore strings, model_dir, transition_system): | ||||||
|         if not os.path.exists(model_dir): |         if not os.path.exists(model_dir): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user