RMeCabMx               package:RMeCab               R Documentation

_R_M_e_C_a_b_M_x

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

     ' RMeCabMx' makes MeCab analyze the specified Japanese text file,
     and returns its result in the form of a list.

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

       RMeCabMx(filename, pos, posN, minFreq = 1, kigo = 0)

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

filename: Japanese text

     pos: Part of speech. Default being  noun and adjective. 

    posN: length of POS

 minFreq: words of a document appearing less than minDocFreq within
          that document will be ignored.

    kigo: if total must include symboks, set sym = 1. Defalut being 0. 

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

     If necessary, more details than the description above

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

     returns a list.

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

     Motohiro ISHIDA ishida.motohiro@gmail.com

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

     put references to the literature/web site here

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

     objects to See Also as 'help',

