From 4e1b09c5099ad780fad16bee05ad67febed93a85 Mon Sep 17 00:00:00 2001 From: S Mono <10430241+xh2@users.noreply.github.com> Date: Fri, 24 Jul 2020 15:20:19 +0100 Subject: [PATCH 1/2] Update Hoffman paper link --- gensim/models/ldamodel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensim/models/ldamodel.py b/gensim/models/ldamodel.py index afb0e035c9..87a1678ce4 100755 --- a/gensim/models/ldamodel.py +++ b/gensim/models/ldamodel.py @@ -14,7 +14,7 @@ The core estimation code is based on the `onlineldavb.py script `_, by `Hoffman, Blei, Bach: -Online Learning for Latent Dirichlet Allocation, NIPS 2010 `_. +Online Learning for Latent Dirichlet Allocation, NIPS 2010 `_. The algorithm: From 78778a9d7ef7805153714bc9eaa985a310879163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20=C5=98eh=C5=AF=C5=99ek?= Date: Sun, 26 Jul 2020 12:40:18 +0200 Subject: [PATCH 2/2] Update gensim/models/ldamodel.py --- gensim/models/ldamodel.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gensim/models/ldamodel.py b/gensim/models/ldamodel.py index 87a1678ce4..a438a3143a 100755 --- a/gensim/models/ldamodel.py +++ b/gensim/models/ldamodel.py @@ -14,7 +14,8 @@ The core estimation code is based on the `onlineldavb.py script `_, by `Hoffman, Blei, Bach: -Online Learning for Latent Dirichlet Allocation, NIPS 2010 `_. +Online Learning for Latent Dirichlet Allocation, NIPS 2010 +`_. The algorithm: