isearch/comm/stem.h

8 lines
106 B
C
Raw Normal View History

2021-03-19 18:38:34 +08:00
#ifndef __STEM_H
#define __STEM_H
#include <string>
using namespace std;
string stem(string str);
#endif