NgramDF2 {RMeCab} | R Documentation |
NgramDF2
returns data frame of N-gram from a file or all
files in a given directory. Each word of N-gram makes one column.
NgramDF2(directory, type = 0, pos = c("名詞","形容詞"), minFreq = 1, N = 2, sym = 0, kigo = "記号")
directory |
directory path or a filename (may include path). |
type |
Default being 0. |
pos |
argument3. Default being "" |
minFreq |
words of a document appearing less than minDocFreq within that document will be ignored. |
N |
N-gram. Default being 2 |
sym |
if total must include number of symbols, set sym = 1. Default being 0 |
kigo |
If necessary, more details than the description above
returns a data frame.
....
note section{Warning }{....}
Motohiro ISHIDA ishida.motohiro@gmail.com
put references to the literature/web site here
objects to See Also as help
,