mallet_jar {mallet} | R Documentation |
Return the mallet jar filename(s)
Description
Return the mallet jar filename(s)
Usage
mallet_jar(full.names = FALSE)
mallet.jar(full.names = FALSE)
Arguments
full.names |
a logical value. If TRUE, the directory path is prepended to the file names to give a relative file path. If FALSE, the file name(s) (rather than paths) are returned. |
Details
Mallet is implemented as a jar-file in the mallet R package. This function returns the file name and file path for that file(s)
[Package mallet version 1.3.0 Index]