From f3b0ba0ef24d597a7fabcdf67ce592d4a818a86f Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Fri, 7 Nov 2014 15:15:21 +0100 Subject: [PATCH] Add link to the referenced paper --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49814f..33a9f8c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ 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. +We provide an implementation of the Paragraph Vector in Quoc Le and Tomas Mikolov's paper: [Distributed representations of Sentences and Documents][2]. This project is based on [gensim][1]. @@ -13,6 +13,7 @@ install requires: - 'six >= 1.2.0' [1]: https://github.com/piskvorky/gensim + [2]: http://arxiv.org/abs/1405.4053 2014-9-23 update: add test files for demo.