| get_outdegrees | R Documentation |
Search for outdegrees based on linkid. Various sugars are also provided with different default linkids.
get_outdegrees(x, linkid = 1) get_hypernyms(x) get_hyponyms(x) get_holonyms(x) get_meronyms(x) get_causes(x) get_antonyms(x) get_derivatives(x) get_pertainyms(x) list_linktypes()
x |
character, one or more Synset IDs to be searched, or a data.frame result from another |
linkid |
a vector of numeric linkids. Use |
a data frame containing search result
if (interactive()) {
get_lemmas("dog", pos = "n", sensenum = 1) %>% get_outdegrees(linkid = 1)
get_lemmas("dog", pos = "n", sensenum = 1) %>% get_hyponyms()
get_lemmas("nice", pos = "a", sensenum = 1) %>% get_antonyms()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.