getLemma | R Documentation |
Retrieve the lemma (i.e., word) of an index term.
getLemma(indexterm)
indexterm |
The index term whose lemma is returned. |
A character vector holding the index term lemma.
Ingo Feinerer
M. Wallace (2007). Jawbone Java WordNet API. https://sites.google.com/site/mfwallace/jawbone
getIndexTerms
if(initDict()) {
filter <- getTermFilter("StartsWithFilter", "car", TRUE)
terms <- getIndexTerms("NOUN", 5, filter)
sapply(terms, getLemma)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.