mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-30 23:47:31 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			801 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			801 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| //- 💫 DOCS > USAGE > DEEP LEARNING > SCIKIT-LEARN
 | |
| 
 | |
| +infobox
 | |
|     +infobox-logos(["scikitlearn", 70, 34, "http://scikit-learn.org"])
 | |
|     |  #[strong scikit-learn] features a number of useful NLP functions,
 | |
|     |  especially for solving text classification problems using linear models
 | |
|     |  with bag-of-words features. If you know you need exactly that, it might
 | |
|     |  be better to use scikit-learn's built-in pipeline directly. However, if
 | |
|     |  you want to extract more detailed features, using part-of-speech tags,
 | |
|     |  named entity labels, or string transformations, you can use spaCy as a
 | |
|     |  pre-process in your classification system. scikit-learn also provides a
 | |
|     |  lot of experiment management and evaluation utilities that people use
 | |
|     |  alongside spaCy.
 | |
| 
 | |
| +under-construction
 |