Learn R Programming

SemNetCleaner (version 1.1.5)

moniker: Moniker Function

Description

A wrapper function for spell-checking (identifies monikers for a word)

Usage

moniker(word, misnom)

Arguments

word

Word to check for moniker

misnom

A list of monikers. See dictionaries for options

Value

If word matches a moniker, then the appropriate word is returned. If word does not match a moniker, then the word is returned

Examples

Run this code
# NOT RUN {
moniker("possum", SemNetDictionaries::animals.moniker)

# }

Run the code above in your browser using DataLab