#include #include int main() { Hunspell hunspell(NULL, NULL); std::string word = ""; hunspell.suggest(word); hunspell.spell(word); return 0; }