Deviationalizes term vectors using Sherin's (2013) technique

deviationalize(cleaned_dfm)

Arguments

cleaned_dfm

A clean dfm object as created by clean_dfm

Details

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