Rob Guinness
Rob Guinness
I meant that I was using the version of CMake distributed by my linux distribution (Ubuntu official repositories). Thanks for sharing your Python build example written in Python. ;-) I...
Thanks, I can confirm that it is working now as expected with this change. Looking forward to v5!
I can confirm that the sparsetools DeprecationWarning still exists in gensim 4.0.1. Would it make sense to just squash this warning by surrounding the import with a try/except? The warning...
Update from me: So it turns out that Python's default warning filters will actually filter out DeprecationWarnings, so if you don't for some reason override this, gensim user's won't see...
If @jamiemcg is unable to continue development / maintenance, would he be willing to take on a new maintainer?
Maybe the best thing to do is just fork it. I have managed to get things working on Xubuntu 20.04. I could make a fork and share what I did,...
Ok, thanks for the update.
Thanks. I'll try to write a PR soon. I'm on another project at the moment, but I hope to get back to this soon.
Thanks for the reply @rth. I want to clarify my issue a bit. Persisting with joblib or pickle is one possibility, but what I would really like to do is...
Thanks. This is very helpful! I will certainly send a PR if I come up with anything useful ;-)