Nuspell
spell checker
Loading...
Searching...
No Matches
nuspell::v5::Dictionary Member List

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

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