项目作者: dustinstoltz

项目描述 :
R package for Concept Mover's Distance. Measure a document's conceptual engagement using word embeddings.
高级语言: R
项目地址: git://github.com/dustinstoltz/CMDist.git
创建时间: 2019-08-21T17:16:26Z
项目社区:https://github.com/dustinstoltz/CMDist

开源协议:GNU General Public License v3.0

下载


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:

  1. install.packages("text2map")
  2. library(text2map)
  3. 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.

  1. @article{stoltz2019concept,
  2. title={Concept Movers Distance},
  3. author={Stoltz, Dustin S and Taylor, Marshall A},
  4. journal={Journal of Computational Social Science},
  5. volume={2},
  6. number={2},
  7. pages={293--313},
  8. year={2019},
  9. publisher={Springer}
  10. }