Create a word document count matrix from texts
wordfreqj( filenames, includenums = FALSE, renamecols = FALSE, stem = FALSE, encoding = ifelse(.Platform$OS.type == "unix", "UTF8", "windows-1252"), verbose = FALSE )
| filenames | a list of filenames |
|---|---|
| includenums | if `TRUE' count occurrences of number words |
| renamecols | if `TRUE' rename columns |
| stem | if `TRUE' strip down to english stems |
| encoding | name of document encoding |
| verbose | show the command line used to run the java archive |
An object of class wfm.
Runs the java code (with no error checking!)
Will Lowe