Skip to content

Commit

Permalink
add docs for LDA Vowpal Wabbit wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed Apr 11, 2015
1 parent d60fab8 commit 44dcc92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changes

0.11.0 = 0.11.1 = 0.11.1-1, 10/04/2015

* added "topic ranking" to sort topics in LdaModel (jtmcmc, #311)
* added "topic ranking" to sort topics by coherence in LdaModel (jtmcmc, #311)
* new fast ShardedCorpus out-of-core corpus (Jan Hajic jr., #284)
* utils.smart_open now uses the smart_open package (#316)
* new wrapper for Vowpal Wabbit (Dave Challis, #304)
Expand Down
1 change: 1 addition & 0 deletions docs/src/apiref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Modules:
models/phrases
models/wrappers/ldamallet
models/wrappers/dtmmodel
models/wrappers/ldavowpalwabbit.rst
similarities/docsim
similarities/simserver

2 changes: 1 addition & 1 deletion docs/src/models/wrappers/ldavowpalwabbit.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:mod:`models.wrappers.ldavowpalwabbit` -- Latent Dirichlet Allocation via Vowpal Wabbit
=================================================================
=======================================================================================

.. automodule:: gensim.models.wrappers.ldavowpalwabbit
:synopsis: Latent Dirichlet Allocation via Vowpal Wabbit
Expand Down

0 comments on commit 44dcc92

Please sign in to comment.