get_lemmas | R Documentation |
Search for lemma(s) in WordNet.
get_lemmas( x = c("very", "nice"), pos = c("n", "v", "a", "s", "r"), sensenum, lemmatize = TRUE )
x |
character, one or more lemmas to be searched; it can also be a data.frame result from another |
pos |
character, a vector of part-of-speech labels: "n": Noun, "v": Verb, "a": Adjective, "s": Adjective satellite, "r": Adverb |
sensenum |
integer, if supplied, only those sensenum are selected. |
lemmatize |
logical, whether to lemmatize the |
a data frame containing search result
if (interactive()) { get_lemmas("king.n.10") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.