powered by
This function merges information from two frequency lists, subtracting the frequencies found in the second frequency lists from the frequencies found in the first list.
freqlist_diff(x, y)
An object of class freqlist.
freqlist
Objects of class freqlist.
(flist1 <- freqlist("A first toy corpus.", as_text = TRUE)) (flist2 <- freqlist("A second toy corpus.", as_text = TRUE)) freqlist_diff(flist1, flist2)
Run the code above in your browser using DataLab