pronounCount: Function which returns the count of a specific kind of...

Description Usage Arguments

Description

This function returns the count of a specific kind of pronoun. The kind of pronouns in use can be specified using the following numbers: 1 = first person singular pronoun (fpsp) 2 = first person plural pronoun (fppp) 3 = third person singular pronoun (tpsp) 4 = third person plural pronoun (tppp) 5 = second person pronouns (spp)

Usage

1
pronounCount(wordFreqMatix, pronounType)

Arguments

pronounType,

a number in [1,5] which maps to a list of pronouns in a manner described in the function description

wordFreqMatrix,

the output from getFromFolderWF() or processXMLwf()


mouse0/suicideProject documentation built on May 3, 2019, 5:19 p.m.