From be3c9f9c097164423f2259d9395d77411c4fad7e Mon Sep 17 00:00:00 2001 From: mariana393 Date: Sun, 29 Jan 2017 12:26:50 -0200 Subject: [PATCH] Update Transformation and Topics link from quick start notebook (#1115) --- docs/notebooks/gensim Quick Start.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/notebooks/gensim Quick Start.ipynb b/docs/notebooks/gensim Quick Start.ipynb index 95ccea3a57..7b53e489dd 100644 --- a/docs/notebooks/gensim Quick Start.ipynb +++ b/docs/notebooks/gensim Quick Start.ipynb @@ -292,7 +292,7 @@ "source": [ "The `tfidf` model agains returns a list of tuples, where the first entry is the token ID and the second entry is the tf-idf weighting. Note that the ID corresponding to \"system\" (which occurred 4 times in the original corpus) has been weighted lower than the ID corresponding to \"minors\" (which only occurred twice).\n", "\n", - "`gensim` offers a number of different models/transformations. See [Transformations and Topics](https://radimrehurek.com/gensim/tut2.html) for details." + "`gensim` offers a number of different models/transformations. See [Transformations and Topics](https://github.com/RaRe-Technologies/gensim/blob/develop/docs/notebooks/Topics_and_Transformations.ipynb) for details." ] } ],