Corrects the spelling of a given word in English using a modification of Peter Norvig's spell correct algorithm (see <http://norvig.com/spell-correct.html>) which handles up to three edits. The algorithm tries to find the spelling with maximum probability of intended correction out of all possible candidate corrections from the original word.
| Version: | 0.1.2 | 
| Depends: | R (≥ 2.10) | 
| Imports: | data.table, dplyr, stringr | 
| Published: | 2016-10-28 | 
| Author: | Selva Prabhakaran | 
| Maintainer: | Selva Prabhakaran <selva86 at gmail.com> | 
| License: | GPL-2 | GPL-3 | 
| NeedsCompilation: | no | 
| CRAN checks: | spellcheckr results | 
| Reference manual: | spellcheckr.pdf | 
| Package source: | spellcheckr_0.1.2.tar.gz | 
| Windows binaries: | r-devel: spellcheckr_0.1.2.zip, r-release: spellcheckr_0.1.2.zip, r-oldrel: spellcheckr_0.1.2.zip | 
| macOS binaries: | r-release: spellcheckr_0.1.2.tgz, r-oldrel: spellcheckr_0.1.2.tgz | 
Please use the canonical form https://CRAN.R-project.org/package=spellcheckr to link to this page.