RMeCabDoc {RMeCab} | R Documentation |
RMeCabDoc
makes MeCab analyze the specified Japanese text
file, and returns its result in the form of a list.
RMeCabDoc(filename, mypref= 1, kigo = 0, dic = "", mecabrc = "", etc = "")
filename |
Japanese text |
mypref |
Default being 1, the basic forms of the same morphem are returned. If 0 is designated, the same morphemic forms that appear on the text. |
kigo |
include symbols if 1 set. |
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
,