autocorrect
autocorrect copied to clipboard
Is it possible to get the most close words to the typed instance? Currently, Speller() only return a single word.
Yeah, you can use Speller's method get_candidates.
https://github.com/filyp/autocorrect/blob/fa317475115f0f07f93e8f598395b6fca2d8271f/autocorrect/init.py#L96
@filyp Can be added to readme?