You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the capabilities of dictionaries (#75)
* Expand the capabilities of dictionaries
* Added config option 'default_dictionary' for use any custom dictionary
* Added config option 'additional_dictionaries' for expand exist dictionary
* Refactoring of generate_dictionary/1 and concat_dictionaries/2
Work optimization: typo model (#72)
Created simple typo model based on delete and linking approach.
This need for load all typos before sheldon will start.
The work of checking is speedup.