aboutsummaryrefslogtreecommitdiff
path: root/contrib/tsearch/morph.h
blob: 24bb0efc8c5d4b815e1ebe899754ac0ac412d343 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __MORPH_H__
#define __MORPH_H__

void		initmorph(void);

char	   *lemmatize(char *word, int *len, int type);

bool		is_stoptype(int type);

#endif