mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	* update all for pipeline.init * add all in training.init * add all in kb.init * alphabetically
		
			
				
	
	
		
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			232 B
		
	
	
	
		
			Python
		
	
	
	
	
	
from .dependencymatcher import DependencyMatcher
 | 
						|
from .levenshtein import levenshtein
 | 
						|
from .matcher import Matcher
 | 
						|
from .phrasematcher import PhraseMatcher
 | 
						|
 | 
						|
__all__ = ["DependencyMatcher", "Matcher", "PhraseMatcher", "levenshtein"]
 |