RMeCabFreq {RMeCab}R Documentation

RMeCabFreq

Description

RMeCabFreq takes Japanese text files as arguments, restores every morpheme to its basic form, and returns its part of speech and frequency as data frames.

Usage

  RMeCabFreq(filename, dic = "", mecabrc = "", etc = "")

Arguments

filename Japanese text
dic to specify user dictionary, e.x. ishida.dic
mecabrc to specify mecab resource file
etc other options to mecab

Details

If necessary, more details than the description above

Value

returns a data frame. ...

Author(s)

Motohiro ISHIDA ishida.motohiro@gmail.com

References

石田基広『Rによるテキストマイニング入門』森北出版 2008

See Also

objects to See Also as help,


[Package RMeCab version 0.96 Index]