RMeCabC {RMeCab} | R Documentation |
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.
RMeCabC(str, mypref)
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. |
If necessary, more details than the description above
returns a list.
....
urther not section{Warning }{....}
Motohiro ISHIDA ishida.motohiro@gmail.com
put references to the literature/web site here
objects to See Also as help
,
## Not run: z <- RMeCabC("すもももももももものうち",1) ## End(Not run)