docNgram {RMeCab}R Documentation

docNgram

Description

docNgram returns data frame of N-gram based on file's directory.

Usage

  docNgram(mydir, type = 1, N = 2, pos = "Default")
  makeNgram(filename, type = 1, N = 2, pos = "Default")

Arguments

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.

Details

If necessary, more details than the description above

Value

returns a data frame.

Note

note

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