getStemLanguages            package:Rstem            R Documentation

_Q_u_e_r_y _t_h_e _l_a_n_g_u_a_g_e_s _s_u_p_p_o_r_t_e_d _i_n _t_h_i_s _p_a_c_k_a_g_e

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

     This dynamically determines the names of the languages for which
     stemming is supported by this package. This is controlled when the
     package is created (not installed) by downloading the  stemming
     algorithms for the different languages.

     This language support requires more support for Unicode and more
     complex text than simple strings.

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

     getStemLanguages()

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

     This queries the C code for the list of languages that were
     compiled when the package was installed which in turn is
     determined by the code that was included in the distributed
     package itself.

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

     A character vector giving the names of the languages.

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

     Duncan Temple Lang <duncan@wald.ucdavis.edu>

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

     See <URL: http://snowball.tartarus.org/>

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

     'wordStem' 'inst/scripts/download' in the source of the Rstem
     package.

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

      getStemLanguages()

