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

void		initmorph(void);

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

bool		is_stoptype(int type);
#endif