docNgramDF {RMeCab}R Documentation

docNgramDF

Description

docNgramDF returns returns data frame of N-gram from a file or all files in a given dataframe. Each word of N-gram makes one column.

Usage

  docNgramDF(mojiVec = "めかぶ", type = 0, pos = c("名詞","形容詞"), baseform = 0, minFreq = 1, N = 1, co = 0, sym = 0, kigo = "記号",weight = "no")

Arguments

mojiVec column of dataframe
type Default being 0.
pos argument3. Default being ""
baseform
minFreq words of a document appearing less than minDocFreq within that document will be ignored.
N N-gram. Default being 2
co to make co-occurence matrix.
sym if total must include number of symbols, set sym = 1. Default being 0
kigo
weight

Details

If necessary, more details than the description above

Value

returns a data frame.

Warning

....

Note

note section{Warning }{....}

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,


[Package RMeCab version 0.78 Index]