mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	* Temporarily add PUNC name to parts_of_specch dictionary, until better solution
This commit is contained in:
		
							parent
							
								
									008b02b035
								
							
						
					
					
						commit
						f8f2f4e545
					
				| 
						 | 
					@ -15,6 +15,7 @@ UNIV_POS_NAMES = {
 | 
				
			||||||
    "VERB": VERB,
 | 
					    "VERB": VERB,
 | 
				
			||||||
    "X": X,
 | 
					    "X": X,
 | 
				
			||||||
    "PUNCT": PUNCT,
 | 
					    "PUNCT": PUNCT,
 | 
				
			||||||
 | 
					    "PUNC": PUNCT,
 | 
				
			||||||
    "SPACE": SPACE,
 | 
					    "SPACE": SPACE,
 | 
				
			||||||
    "EOL": EOL
 | 
					    "EOL": EOL
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user