powered by
A wrapper function for spell-checking (idnetifies misnomers for a word)
misnomer(word, misnom)
Word to check for misnomer
A list of misnomers. Only available for "animals" currently. (see animals.misnomer)
animals.misnomer
If word matches a misnomer, then the appropriate word is returned. If word does not match a misnomer, then the word is returned
word
# NOT RUN { misnomer("possum", SemNetDictionaries::animals.misnomer) # }
Run the code above in your browser using DataLab