#ifndef __TOKENIZE_UTIL__ #define __TOKENIZE_UTIL__ #include #include std::vector token_split(const std::string& text); #endif // __TOKENIZE_UTIL__