nuspell 5.1.6
Nuspell spellchecking library
|
This is the complete list of members for nuspell::Dictionary, including all inherited members.
load_aff_dic(std::istream &aff, std::istream &dic) -> void | nuspell::Dictionary | |
load_aff_dic(const std::filesystem::path &aff_path) -> void | nuspell::Dictionary | |
load_from_aff_dic(std::istream &aff, std::istream &dic) -> Dictionary | nuspell::Dictionary | static |
load_from_path(const std::string &file_path_without_extension) -> Dictionary | nuspell::Dictionary | static |
spell(std::string_view word) const -> bool | nuspell::Dictionary | |
suggest(std::string_view word, std::vector< std::string > &out) const -> void | nuspell::Dictionary |