mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 09:57:26 +03:00 
			
		
		
		
	Add Token.orth and Token.orth_ description in doc
This commit is contained in:
		
							parent
							
								
									6c67482f34
								
							
						
					
					
						commit
						a330287304
					
				| 
						 | 
				
			
			@ -67,6 +67,16 @@ p An individual token — i.e. a word, punctuation symbol, whitespace, etc.
 | 
			
		|||
        +cell unicode
 | 
			
		||||
        +cell Base form of the word, with no inflectional suffixes.
 | 
			
		||||
 | 
			
		||||
    +row
 | 
			
		||||
        +cell #[code orth]
 | 
			
		||||
        +cell int
 | 
			
		||||
        +cell word's string.
 | 
			
		||||
 | 
			
		||||
    +row
 | 
			
		||||
        +cell #[code orth_]
 | 
			
		||||
        +cell unicode
 | 
			
		||||
        +cell word's string.
 | 
			
		||||
 | 
			
		||||
    +row
 | 
			
		||||
        +cell #[code lower]
 | 
			
		||||
        +cell int
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user