Skip to content

ndronen/spelling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spelling

Evaluate the spelling corrections provided by the implementations in spelling.dictionaries on the corpus of errors in 'data/aspell.dat':

import spelling.mitton
dfs = spelling.mitton.build_mitton_datasets('data/aspell.dat')
evaluation = spelling.mitton.evaluate_ranks(dfs, ranks=[1])
print(evaluation.sort_values('Accuracy'))

About

Spelling error correction

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published