RMeCabText {RMeCab}R Documentation

RMeCabText

Description

RMeCabText makes MeCab analyze the specified Japanese text file, and returns its result in the form of a list.

Usage

  RMeCabText(filename , dic = "", mecabrc = "", etc = "")

Arguments

filename

Japanese text

dic

to specify user dictionary, e.x. ishida.dic

mecabrc

to specify mecab resource file

etc

other options to mecab

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.97 Index]