#ifndef __STEM_H #define __STEM_H #include using namespace std; string stem(string str); #endif