# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "spell.replacer" in publications use:' type: software license: MIT title: 'spell.replacer: Probabilistic Spelling Correction in a Character Vector' version: 1.0.1 doi: 10.32614/CRAN.package.spell.replacer abstract: Automatically replaces "misspelled" words in a character vector based on their string distance from a list of words sorted by their frequency in a corpus. The default word list provided in the package comes from the Corpus of Contemporary American English. Uses the Jaro-Winkler distance metric for string similarity as implemented in van der Loo (2014) . The word frequency data is derived from Davies (2008-) "The Corpus of Contemporary American English (COCA)" . authors: - family-names: Brown given-names: David email: dwb2@andrew.cmu.edu orcid: https://orcid.org/0000-0001-7745-6354 repository: https://browndw.r-universe.dev commit: 1421d58ea87d93d691549eead4666bf7afb908db date-released: '2025-08-29' contact: - family-names: Brown given-names: David email: dwb2@andrew.cmu.edu orcid: https://orcid.org/0000-0001-7745-6354