stopwords                package:lsa                R Documentation

_S_t_o_p_w_o_r_d_l_i_s_t_s _i_n _G_e_r_m_a_n _a_n_d _E_n_g_l_i_s_h

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

     This data sets contain very common lists of words that want to be
     ignored when  building up a document-term matrix. The stop word
     lists can be loaded by calling 'data(stopwords_en)' and
     'data(stopwords_de)'. The objects 'stopwords_de' and
     'stopwords_en' must already exist _before_ being handed over to
     'textmatrix()'.

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

        data(stopwords_de)
        data(stopwords_en)

_F_o_r_m_a_t:

     A vector containing 424 (370) English (German) stop words (e.g.
     'he', 'she', 'a').

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

     Fridolin Wild fridolin.wild@wu-wien.ac.at

