Nuspell
spell checker
nuspell::Dictionary Member List

This is the complete list of members for nuspell::Dictionary, including all inherited members.

Dictionary() (defined in nuspell::Dictionary)nuspell::Dictionary
load_aff_dic(std::istream &aff, std::istream &dic) -> voidnuspell::Dictionary
load_aff_dic(const std::filesystem::path &aff_path) -> voidnuspell::Dictionary
load_aff_dic_internal(const std::filesystem::path &aff_path, std::ostream &err_msg) -> void (defined in nuspell::Dictionary)nuspell::Dictionary
load_from_aff_dic(std::istream &aff, std::istream &dic) -> Dictionarynuspell::Dictionarystatic
load_from_path(const std::string &file_path_without_extension) -> Dictionarynuspell::Dictionarystatic
spell(std::string_view word) const -> boolnuspell::Dictionary
suggest(std::string_view word, std::vector< std::string > &out) const -> voidnuspell::Dictionary