feat(cleanDocuments): preprocess documents, use stemming and stopword elimination for better accuracy
		
			
				
	
	
		
			7 lines
		
	
	
		
			116 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			116 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#!/bin/bash
 | 
						|
 | 
						|
chmod u+x profiling/setup
 | 
						|
chmod u+x profiling/run
 | 
						|
chmod u+x profiling/compare
 | 
						|
chmod u+x profiling/save
 |