Class SpellingsDB
Defined in File spelling_correction.h
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
-
SpellingsDB(const zim::Archive &archive, std::filesystem::path cacheDirPath)