mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			624 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			624 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //- ----------------------------------
 | |
| //- 💫 DOCS
 | |
| //- ----------------------------------
 | |
| 
 | |
| include ../_includes/_mixins
 | |
| 
 | |
| - var link_bool = 'http://docs.python.org/library/functions.html#bool'
 | |
| - var link_int = 'http://docs.python.org/library/functions.html#int'
 | |
| - var link_unicode = 'http://docs.python.org/library/functions.html#unicode'
 | |
| 
 | |
| include _quickstart-install
 | |
| include _quickstart-examples
 | |
| 
 | |
| +h(2, "api") API
 | |
| 
 | |
| include _api-language
 | |
| include _api-doc
 | |
| include _api-token
 | |
| include _api-span
 | |
| include _api-lexeme
 | |
| include _api-vocab
 | |
| include _api-stringstore
 | |
| include _api-matcher
 | |
| 
 | |
| include _annotation-specs
 | |
| include _tutorials
 |