RCaBoChaFile {RCaBoCha} | R Documentation |
RCaBoChaFile
makes CaBoCha analyze a Japanese sentence, and
returns its results in the form of a data frame.
RCaBoChaFile(str1, rmT = c("記号"), str2 ="ない")
str1 |
a single file |
str2 |
japanese word |
rmT |
part of speech which should be removed. |
If necessary, more details than the description above
returns a data frame.
Motohiro ISHIDA ishida.motohiro@gmail.com
put references to the literature/web site here
objects to See Also as help
,
## Not run: z <- RCaBoChaFile("data.txt") ## End(Not run)