coOccurrence             package:RMeCab             R Documentation

_c_o-_o_c_c_u_r_r_e_n_c_e _M_a_t_r_i_x (_M_a_t_r_i_c_e_s) _o_p_t_i_o_n_s

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

     retrieve  co-occurrence term matrix

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

        coOccurrence(dtm, co = 1)

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

     dtm: a document-term matrix.

      co: opitons 1 or 2: default being 1.

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

     Returns the weighted textmatrix of the same size and format as the
     input matrix.

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

     Motohiro ISHIDA ishida.motohiro@gmail.com

