wordfreqj: Count Words in Documents

Description Usage Arguments Details Value Author(s)

View source: R/wordfreqj.R

Description

Create a word document count matrix from texts

Usage

1
2
3
4
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

Details

Runs the java code (with no error checking!)

Value

An object of class wfm.

Author(s)

Will Lowe


austin documentation built on May 2, 2019, 5:48 p.m.