Package: spellcheckr
Type: Package
Title: Correct the Spelling of a Given Word in the English Language
Version: 0.1.2
Author: Selva Prabhakaran
Maintainer: Selva Prabhakaran <selva86@gmail.com>
Description: 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.
License: GPL-2 | GPL-3
Encoding: UTF-8
LazyData: true
Imports: data.table, dplyr, stringr
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2016-10-27 13:30:41 UTC; selvaprabhakaran
Depends: R (>= 2.10)
Repository: CRAN
Date/Publication: 2016-10-28 10:04:43
Built: R 4.5.0; ; 2025-04-02 07:27:10 UTC; unix
