mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/explosion/spaCy into develop
This commit is contained in:
		
						commit
						08d1cf850a
					
				| 
						 | 
				
			
			@ -109,6 +109,7 @@ cdef class Morphology:
 | 
			
		|||
            analysis.lemma = self.lemmatize(analysis.tag.pos, token.lex.orth,
 | 
			
		||||
                                            self.tag_map.get(tag_str, {}))
 | 
			
		||||
            self._cache.set(tag_id, token.lex.orth, analysis)
 | 
			
		||||
	if token.lemma == 0:
 | 
			
		||||
	    token.lemma = analysis.lemma
 | 
			
		||||
        token.pos = analysis.tag.pos
 | 
			
		||||
        token.tag = analysis.tag.name
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user