46 [[deprecated]]
Dictionary(std::istream& aff, std::istream& dic);
50 auto load_aff_dic(std::istream& aff, std::istream& dic) -> void;
51 auto load_aff_dic(
const std::filesystem::path& aff_path) -> void;
57 auto load_aff_dic_internal(
const std::filesystem::path& aff_path,
58 std::ostream& err_msg) -> void;
60 [[deprecated]]
auto static load_from_aff_dic(std::istream& aff,
63 [[deprecated]]
auto static load_from_path(
64 const std::string& file_path_without_extension) ->
Dictionary;
65 auto spell(std::string_view word)
const -> bool;
66 auto suggest(std::string_view word, std::vector<std::string>& out)
const