mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			155 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #ifndef __MORPH_H__
 | |
| #define __MORPH_H__
 | |
| 
 | |
| void		initmorph(void);
 | |
| 
 | |
| char	   *lemmatize(char *word, int *len, int type);
 | |
| 
 | |
| bool		is_stoptype(int type);
 | |
| 
 | |
| #endif
 |