nuspell 5.1.6
Nuspell spellchecking library
Loading...
Searching...
No Matches
nuspell::Dictionary Member List

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

load_aff_dic(std::istream &aff, std::istream &dic) -> voidnuspell::Dictionary
load_aff_dic(const std::filesystem::path &aff_path) -> voidnuspell::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