synonyms               package:wordnet               R Documentation

_G_e_t _S_y_n_o_n_y_m_s _f_o_r _a _W_o_r_d

_D_e_s_c_r_i_p_t_i_o_n:

     Get synonyms for a given word.

_U_s_a_g_e:

     synonyms(word)

_A_r_g_u_m_e_n_t_s:

    word: The input word.

_V_a_l_u_e:

     A character vector holding the synonyms for the given word.

_A_u_t_h_o_r(_s):

     Ingo Feinerer

_S_e_e _A_l_s_o:

     'getSynonyms'

_E_x_a_m_p_l_e_s:

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

