mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	* Export set_morph_from_dict function
This commit is contained in:
		
							parent
							
								
									4e30195c6d
								
							
						
					
					
						commit
						867a4a000c
					
				| 
						 | 
					@ -16,3 +16,6 @@ cdef class Morphologizer:
 | 
				
			||||||
    cdef PreshMapArray _cache
 | 
					    cdef PreshMapArray _cache
 | 
				
			||||||
    cdef int lemmatize(self, const univ_tag_t pos, const Lexeme* lex) except -1
 | 
					    cdef int lemmatize(self, const univ_tag_t pos, const Lexeme* lex) except -1
 | 
				
			||||||
    cdef int set_morph(self, const int i, TokenC* tokens) except -1
 | 
					    cdef int set_morph(self, const int i, TokenC* tokens) except -1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					cdef int set_morph_from_dict(Morphology* morph, dict props) except -1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user