Weka_stemmers             package:RWeka             R Documentation

_R/_W_e_k_a _S_t_e_m_m_e_r_s

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

     R interfaces to Weka stemmers.

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

     IteratedLovinsStemmer(x, control = NULL)
     LovinsStemmer(x, control = NULL)

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

       x: a character vector with words to be stemmed.

 control: an object of class 'Weka_control', or a character vector of
          control options, or 'NULL' (default). Available options can
          be obtained on-line using the Weka Option Wizard 'WOW', or
          the Weka documentation.

_D_e_t_a_i_l_s:

     The R interface to Weka's Snowball stemmers is available as
     function 'SnowballStemmer' in package 'Snowball' (as it requires a
     jar with the Java version of the Snowball stemmers which cannot be
     included in package 'RWeka' due to license restrictions).

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

     A character vector with the stemmed words.

_R_e_f_e_r_e_n_c_e_s:

     J. B. Lovins (1968), Development of a stemming algorithm.
     _Mechanical Translation and Computational Linguistics_ *11*,
     22-31.

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

     'SnowballStemmer'

