Radim Řehůřek | 22 Jul 2012 14:42
Gravatar

[gensim:1197] gensim 0.8.5 released

Hi all,

I released a new version of gensim today: http://radimrehurek.com/gensim/
. You can get 0.8.5 from the usual places (PyPI, github, ...).

This is mostly a maintenance release -- many small fixes and
improvements in various places, including the documentation. The more
notable changes include more performant Similarity queries and
improved Wikipedia parsing.

Enjoy,
Radim

Radim Řehůřek | 22 Jul 2012 15:58
Gravatar

[gensim:1198] Re: gensim 0.8.5 released

+ also released simserver 0.1.4, to match :)

https://github.com/piskvorky/gensim-simserver

-rr

On Jul 22, 2:42 pm, Radim Řehůřek <m...@...m> wrote:
> Hi all,
>
> I released a new version of gensim today:http://radimrehurek.com/gensim/
> . You can get 0.8.5 from the usual places (PyPI, github, ...).
>
> This is mostly a maintenance release -- many small fixes and
> improvements in various places, including the documentation. The more
> notable changes include more performant Similarity queries and
> improved Wikipedia parsing.
>
> Enjoy,
> Radim

mai | 25 Jul 2012 00:12
Picon

[gensim:1200] Re: gensim 0.8.5 released

Dear Radim,

I installed gensim, a couple of months ago and started running some of the models, but I noticed that LDA produces different results everytime I run it with the same query and the same documents ( a query and documents that I have) , Could you please help?
Thank you

On Sunday, July 22, 2012 8:42:45 AM UTC-4, Radim Řehůřek wrote:
Hi all,

I released a new version of gensim today: http://radimrehurek.com/gensim/
. You can get 0.8.5 from the usual places (PyPI, github, ...).

This is mostly a maintenance release -- many small fixes and
improvements in various places, including the documentation. The more
notable changes include more performant Similarity queries and
improved Wikipedia parsing.

Enjoy,
Radim
Radim Řehůřek | 25 Jul 2012 19:53
Gravatar

[gensim:1203] Re: gensim 0.8.5 released

Hello mai,

On Jul 25, 12:12 am, mai <toma...@...> wrote:
> Dear Radim,
> I installed gensim, a couple of months ago and started running some of the
> models, but I noticed that LDA produces different results everytime I run
> it with the same query and the same documents ( a query and documents that
> I have) , Could you please help?

that could mean your LDA model has not converged. What is the size of
your training corpus and how many topics do you extract?

You can try running the training over more documents, or over the same
documents multiple times (the `passes` parameter).

Radim

> Thank you
>
>
>
>
>
>
>
> On Sunday, July 22, 2012 8:42:45 AM UTC-4, Radim Řehůřek wrote:
>
> > Hi all,
>
> > I released a new version of gensim today:http://radimrehurek.com/gensim/
> > . You can get 0.8.5 from the usual places (PyPI, github, ...).
>
> > This is mostly a maintenance release -- many small fixes and
> > improvements in various places, including the documentation. The more
> > notable changes include more performant Similarity queries and
> > improved Wikipedia parsing.
>
> > Enjoy,
> > Radim


Gmane