dustinstoltz / CMDist

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.

Home Page:https://culturalcartography.gitlab.io/text2map/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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.

https://culturalcartography.gitlab.io/text2map/

License:GNU General Public License v3.0


Languages

Language:R 100.0%