mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			385 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			385 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
//- 💫 DOCS > USAGE > TRAINING > TEXT CLASSIFICATION
 | 
						|
 | 
						|
+under-construction
 | 
						|
 | 
						|
+h(3, "example-textcat") Example: Training spaCy's text classifier
 | 
						|
    +tag-new(2)
 | 
						|
 | 
						|
p
 | 
						|
    |  This example shows how to use and train spaCy's new
 | 
						|
    |  #[+api("textcategorizer") #[code TextCategorizer]] pipeline component
 | 
						|
    |  on IMDB movie reviews.
 | 
						|
 | 
						|
+github("spacy", "examples/training/train_textcat.py")
 |