DEPRECATED as of August 2021
The Concept Mover's Distance Method is now available in the text2map package. Concept Mover's Distance measures a document's conceptual engagement using word embeddings.
The CMDist
function is now available in the text2map
package available from CRAN:
install.packages("text2map")
library(text2map)
help(CMDist)
The quick start guide for CMDist
that was previously hosted here is now incorporated into the text2map
package documentation.
Stoltz, Dustin S., and Marshall A. Taylor. 2019. "Concept Mover's Distance." Journal of Computational Social Science 2(2):293-313.
@article{stoltz2019concept,
title={Concept Mover’s Distance},
author={Stoltz, Dustin S and Taylor, Marshall A},
journal={Journal of Computational Social Science},
volume={2},
number={2},
pages={293--313},
year={2019},
publisher={Springer}
}