docNgram {RMeCab} | R Documentation |
docNgram
returns data frame of N-gram based on file's directory.
docNgram(mydir, type = 1, N = 2, pos = "Default" , mydic = "") makeNgram(filename, type = 1, N = 2, pos , mydic = "")
mydir |
files directory |
filename |
a file |
type |
Default being 0. |
N |
N-gram. Default being 2 |
pos |
part of speach. Default being noun and adjective. |
mydic |
to specify user dictionary, e.x. ishida.dic |
If necessary, more details than the description above
returns a data frame.
note
Motohiro ISHIDA ishida.motohiro@gmail.com
put references to the literature/web site here
objects to See Also as help
,