Learn R Programming

SemNetCleaner (version 1.0.0)

spell.opt: All Possible Spelling Options

Description

A wrapper function for spell-checking (combines singularize, miss.let, chn.let, and add.let spell-checking wrapper functions)

Usage

spell.opt(word)

Arguments

word

Word to check spelling options

Value

Returns a vector of all possible spelling combinations from several spell-checking options

Examples

Run this code
# NOT RUN {
#bombay
spell.opt("bomba")

# }

Run the code above in your browser using DataLab