mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-10-31 07:57:35 +03:00 
			
		
		
		
	Update code in rule-based matcher tutorial
This commit is contained in:
		
							parent
							
								
									2251abb236
								
							
						
					
					
						commit
						0373d23727
					
				|  | @ -4,7 +4,7 @@ p.u-text-large spaCy features a rule-matching engine that operates over tokens. | ||||||
| 
 | 
 | ||||||
| +code("python", "Matcher Example"). | +code("python", "Matcher Example"). | ||||||
|     from spacy.matcher import Matcher |     from spacy.matcher import Matcher | ||||||
|     from spacy.attributes import * |     from spacy.attrs import * | ||||||
|     import spacy |     import spacy | ||||||
| 
 | 
 | ||||||
|     nlp = spacy.load('en', parser=False, entity=False) |     nlp = spacy.load('en', parser=False, entity=False) | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user