9namespace fs = std::filesystem;
42 auto
next_path(fs::path &path,
int &i) ->
bool;
auto max_distance() const -> std::size_t
auto return_code() const -> ReturnCode
std::size_t _max_distance
auto next_path(fs::path &path, int &i) -> bool
auto parse_opts() -> bool
void print_config() const
CommandLine(int argc, char **argv)
auto dictionary_path() const -> const fs::path &
auto algorithm() const -> const ll::Algorithm &
fs::path _serialization_path
fs::path _dictionary_path
auto serialization_path() const -> const fs::path &
Various utilities regarding Levenshtein transducers.
Algorithm
Enumerates the available Levenshtein distance algorithms.
@ TRANSPOSITION
Standard Levenshtein distance extended with the elementary operation of transposition.