RCaBoChaFile {RCaBoCha}R Documentation

RCaBoChaFile

Description

RCaBoChaFile makes CaBoCha analyze a Japanese sentence, and returns its results in the form of a data frame.

Usage

  RCaBoChaFile(str1, rmT = "KIGO", str2 ="")

Arguments

str1 a single file
rmT part of speech which should be removed.
str2 japanese word

Details

If necessary, more details than the description above

Value

returns a data frame.

Author(s)

Motohiro ISHIDA ishida.motohiro@gmail.com

References

put references to the literature/web site here

See Also

objects to See Also as help,

Examples

  ## Not run: 
 z <- RCaBoChaFile("data.txt") 
  
## End(Not run)

[Package RCaBoCha version 0.13 Index]