RMeCabC {RMeCab}R Documentation

RMeCabC

Description

RMeCabC makes MeCab analyze Japanese sentences, and returns its results in the form of a list. If 1 is designated as the second argument, it returns each morpheme in its basic form.

Usage


  RMeCabC(str, mypref, dic = "", mecabrc = "", etc = "")

Arguments

str japanese strings(sentences)
mypref Default being 0, the same morphemic forms that appear on the text are returned. If 1 is designated, the basic forms of them are instead.
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 list.

Author(s)

Motohiro ISHIDA ishida.motohiro@gmail.com

References

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

See Also

objects to See Also as help,


[Package RMeCab version 0.95 Index]