Learn R Programming

sehrnett (version 0.1.0)

get_synsetids: Search for Synset IDs in WordNet

Description

Search for Synset ID(s) in WordNet

Usage

get_synsetids(x = c("301590922", "108957024"))

get_synonyms(x)

Value

a data frame containing search result

Arguments

x

character, one or more Synset IDs to be searched, or a data.frame result from another get_ function

Examples

Run this code
# \donttest{
if (interactive()) {
  get_synsetids("106618544")
}
# }

Run the code above in your browser using DataLab