findUnique: Function which finds tokens in the first element that do not...

Description Usage Arguments

Description

Function which finds tokens that exsist in document B which do not exisit in document A then adds them with a frequency of the smoothing factor to an updated list of tokens and frequencies for each document. The relative frequency is then calculated

Usage

1
findUnique(wordFreq1, names2)

Arguments

names2,

the names of a vector which correspond to the tokens of another word frequency data structure (for efficency)

wordFreqA,

a word frequency data structure that you want to find the unique tokens from


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