Closed adamlhayes closed 7 years ago
Running tornadoCompare returns the following error message when a tdm isn't saved as 'tdm':
Error in as.matrix(tdm[, as.vector(termmatrix[pickword, ]) <= frequency]) : object 'tdm' not found
Should be an easy fix: just replace 'tdm' with 'termmatrix' in the function
Fixed. Checked in.
Running tornadoCompare returns the following error message when a tdm isn't saved as 'tdm':
Error in as.matrix(tdm[, as.vector(termmatrix[pickword, ]) <= frequency]) : object 'tdm' not found
Should be an easy fix: just replace 'tdm' with 'termmatrix' in the function