collocate               package:RMeCab               R Documentation

_c_o_l_l_o_c_a_t_e

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

     ' collocate' makes MeCab find collocations from the specified
     Japanese textfile. The node of the collocations should be
     designated as the second argument, and the span of them shoud be
     designated as the third.

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

       collocate(filename, node, span)

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

filename: Japanese text

    node: node word 

   span : windows span.  Default being 3

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

     If necessary, more details than the description above

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

     generates and returns a new data frame.

_W_a_r_n_i_n_g:

     ....

_N_o_t_e:

     not \section{Warning }{....}

_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',

