Class SpellingsDB

Class Documentation

class SpellingsDB

Public Functions

SpellingsDB(const zim::Archive &archive, std::filesystem::path cacheDirPath)
~SpellingsDB()
SpellingsDB(const SpellingsDB&) = delete
void operator=(const SpellingsDB&) = delete
std::vector<std::string> getSpellingCorrections(const std::string &word, uint32_t maxCount) const