ewokscore.utils#

Functions

build_close_match_report(words, possibilities)

Return an error report with close match suggestions for each word.

dict_merge(destination, source[, overwrite, ...])

Merge the source into the destination

suggest_close_match(word, possibilities)

Return the closest match from possibilities, or None if none found.