NgramDF {RMeCab}R Documentation

NgramDF

Description

NgramDF returns data frame of N-gram. Each word of N-gram makes one column.

Usage

  NgramDF(filename, type = 0, N = 2, pos  = c("名詞","形容詞") )

Arguments

filename a file
type Default being 0.
N N-gram. Default being 2
pos argument3. Default being ""

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