collocate {RMeCab}R Documentation

collocate

Description

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.

Usage

  collocate(filename, node, span)

Arguments

filename Japanese text
node node word
span windows span. Default being 3

Details

If necessary, more details than the description above

Value

generates and returns a new data frame.

Warning

....

Note

not section{Warning }{....}

Author(s)

Motohiro ISHIDA ishida.motohiro@gmail.com

References

put references to the literature/web site here

See Also

objects to See Also as help,


[Package RMeCab version 0.57 Index]