powered by
Retrieve the lemma (i.e., word) of an index term.
getLemma(indexterm)
A character vector holding the index term lemma.
The index term whose lemma is returned.
Ingo Feinerer
wordnet::Wallace:2007
getIndexTerms
if(initDict()) { filter <- getTermFilter("StartsWithFilter", "car", TRUE) terms <- getIndexTerms("NOUN", 5, filter) sapply(terms, getLemma) }
Run the code above in your browser using DataLab