synonyms {wordnet}R Documentation

Get Synonyms for a Word

Description

Get synonyms for a given word.

Usage

synonyms(word)

Arguments

word The input word.

Value

A character vector holding the synonyms for the given word.

Author(s)

Ingo Feinerer

See Also

getSynonyms

Examples

if (initDict())
  synonyms("company")

[Package wordnet version 0.1-3 Index]