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
)

Arguments

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

Value

An object of class wfm.

Details

Runs the java code (with no error checking!)

Author

Will Lowe