• Stars
    star
    665
  • Rank 67,345 (Top 2 %)
  • Language
    Python
  • Created about 10 years ago
  • Updated almost 10 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Tools for mapping a sentence with arbitrary length to vector space

sentence2vec

Tools for mapping a sentence with arbitrary length to vector space

We provide an implementation of the Paragraph Vector in Quoc Le and Tomas Mikolov's paper: Distributed representations of Sentences and Documents.

This project is based on gensim.

install requires:

  • 'scipy >= 0.7.0'
  • 'six >= 1.2.0'

2014-9-23 update: add test files for demo.