RMeCabMx {RMeCab} | R Documentation |
RMeCabMx
makes MeCab analyze the specified Japanese text
file, and returns its result in the form of a list.
RMeCabMx(filename, pos, posN, minFreq = 1, kigo = 0 , dic = "", mecabrc = "", etc = "")
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. |
dic |
to specify user dictionary, e.x. ishida.dic |
mecabrc |
to specify mecab resource file |
etc |
other options to mecab |
If necessary, more details than the description above
returns a list.
Motohiro ISHIDA ishida.motohiro@gmail.com
石田基広『Rによるテキストマイニング入門』森北出版 2008
objects to See Also as help
,