Deviationalizes term vectors using Sherin's (2013) technique
deviationalize(cleaned_dfm)
cleaned_dfm | A clean dfm object as created by |
---|
Turns term vectors into deviation vectors. This turns the magnitude of each vector into a representation of its distance from the centroid, rather than its absolute direction. @export