CMDist icon indicating copy to clipboard operation
CMDist copied to clipboard

DEPRECATED - The Concept Mover's Distance Method is now available in the text2map package. Concept Mover's Distance is a way to measure a document's conceptual engagement using word embeddings.

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.

Installing

The CMDist function is now available in the text2map package available from CRAN:

  
  install.packages("text2map")
  library(text2map)
  
  help(CMDist)

Quick Start Guide

The quick start guide for CMDist that was previously hosted here is now incorporated into the text2map package documentation.

Citation

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}
}