mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Fix typo (closes #2784)
This commit is contained in:
		
							parent
							
								
									68b3c544d5
								
							
						
					
					
						commit
						3c4e3ade30
					
				| 
						 | 
				
			
			@ -689,7 +689,7 @@ cdef class Token:
 | 
			
		|||
 | 
			
		||||
    property orth_:
 | 
			
		||||
        """RETURNS (unicode): Verbatim text content (identical to
 | 
			
		||||
            `Token.text`). Existst mostly for consistency with the other
 | 
			
		||||
            `Token.text`). Exists mostly for consistency with the other
 | 
			
		||||
            attributes.
 | 
			
		||||
        """
 | 
			
		||||
        def __get__(self):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -173,7 +173,7 @@ p The L2 norm of the lexeme's vector representation.
 | 
			
		|||
        +cell #[code orth_]
 | 
			
		||||
        +cell unicode
 | 
			
		||||
        +cell
 | 
			
		||||
            |  Verbatim text content (identical to #[code Lexeme.text]). Existst
 | 
			
		||||
            |  Verbatim text content (identical to #[code Lexeme.text]). Exists
 | 
			
		||||
            |  mostly for consistency with the other attributes.
 | 
			
		||||
 | 
			
		||||
    +row
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -544,7 +544,7 @@ p The L2 norm of the token's vector representation.
 | 
			
		|||
        +cell #[code orth_]
 | 
			
		||||
        +cell unicode
 | 
			
		||||
        +cell
 | 
			
		||||
            |  Verbatim text content (identical to #[code Token.text]). Existst
 | 
			
		||||
            |  Verbatim text content (identical to #[code Token.text]). Exists
 | 
			
		||||
            |  mostly for consistency with the other attributes.
 | 
			
		||||
 | 
			
		||||
    +row
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user