Skip to content

Tools for mapping a sentence with arbitrary length to vector space

Notifications You must be signed in to change notification settings

awesome-archive/sentence2vec

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Tools for mapping a sentence with arbitrary length to vector space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • C 0.2%