From e8878db669c78126c205df201f53d849060acdd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20=C5=98eh=C5=AF=C5=99ek?= Date: Tue, 24 Sep 2013 10:05:34 +0200 Subject: [PATCH] direct people to Parikshit's Python3 port --- .gitignore | 5 ++++- README.rst | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3bca94ef00..aa5b2b6c1a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ *.o *.so *.pyc +*.pyx # Packages # ############ @@ -56,4 +57,6 @@ data *.bak /build/ /dist/ - +*.prof +*.lprof +*.bin diff --git a/README.rst b/README.rst index 18d3be1f27..18effe6118 100644 --- a/README.rst +++ b/README.rst @@ -6,6 +6,7 @@ gensim -- Python Framework for Topic Modelling Gensim is a Python library for *topic modelling*, *document indexing* and *similarity retrieval* with large corpora. Target audience is the *natural language processing* (NLP) and *information retrieval* (IR) community. +For a Python3 port of gensim by Parikshit Samant, visit `this fork `_. Features ---------