
Last chance! 50% off unlimited learning
Sale ends in
A wrapper function for spell-checking (identifies monikers for a word)
moniker(word, misnom)
Word to check for moniker
A list of monikers.
See dictionaries
for options
If word
matches a moniker, then the appropriate word is returned.
If word
does not match a moniker, then the word
is returned
# NOT RUN {
moniker("possum", SemNetDictionaries::animals.moniker)
# }
Run the code above in your browser using DataLab