35 #include <boost/locale.hpp> 38 int GncDummyTokenizer::tokenize()
43 m_tokenized_contents.clear();
44 std::istringstream in_stream(m_utf8_contents);
46 while (std::getline (in_stream, line))
49 m_tokenized_contents.push_back(vec);
Dummy converter class to convert a file into vector of string vectors.