Search Criteria
Package Details: python-gensim 4.3.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-gensim.git (read-only, click to copy) |
---|---|
Package Base: | python-gensim |
Description: | Library for topic modelling, document indexing and similarity retrieval with large corpora |
Upstream URL: | https://radimrehurek.com/gensim/ |
Keywords: | embedding HDP language LDA LSA natural NLP processing toolbox word word2vec |
Licenses: | LGPL2.1 |
Submitter: | Dieter_be |
Maintainer: | edh |
Last Packager: | edh |
Votes: | 16 |
Popularity: | 0.000005 |
First Submitted: | 2011-01-27 14:26 (UTC) |
Last Updated: | 2023-08-30 01:49 (UTC) |
Dependencies (8)
- python-numpy (python-numpy1.22AUR, python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-openblasAUR, python-numpy-mklAUR, python-numpy-gitAUR)
- python-scipy (python-scipy-mkl-binAUR, python-scipy-mklAUR, python-scipy-gitAUR)
- python-smart_openAUR
- cython (cython-gitAUR, cython0) (make)
- python-pip (make)
- python-setuptools (make)
- python-wheel (make)
- python-pyro (optional) – Usage in a distributed environment
Latest Comments
1 2 Next › Last »
edh commented on 2021-04-06 09:12 (UTC)
@erk Thanks for the tip on python-pip. I fixed it in a recent commit and also added python-levenshtein.
erk commented on 2021-04-05 08:33 (UTC) (edited on 2021-04-05 08:35 (UTC) by erk)
I think you may have to add
python-pip
to the (make) as well, as it will not build without it.in a similar way
python-levenshtein
has to be added as a optional, as it is needed for thegensim.similarities.levenshtein
submodule.edh commented on 2020-12-04 19:56 (UTC)
@silversilva Right! Thanks for the hint!
silversilva commented on 2020-12-04 06:01 (UTC)
I am unable to install the package without python-wheel. But with python-wheel everything installs smoothly. Should it be added to the make dependency?
Pastafarianist commented on 2018-09-16 20:32 (UTC)
@edh thank you for the swift update. I'd like to remark though that gensim cannot be used at all without
smart_open
as the veryimport gensim
fails.edh commented on 2018-09-14 05:50 (UTC)
@Pastafarianist Well, it was not really missing, it was merely marked as optional dependency. However, I admit that gensim is not of much use without it and I converted it to a hard dependency.
Pastafarianist commented on 2018-09-13 17:44 (UTC) (edited on 2018-09-13 17:44 (UTC) by Pastafarianist)
A dependency on
smart_open
is missing (an attempt to import gensim fails due to an import error ofsmart_open
).edh commented on 2018-09-07 11:26 (UTC)
I adopted the package and rewrote the PKGBUILD. Furthermore, I added a python2 version of the package via a split package approach.
drencrom commented on 2018-09-01 18:04 (UTC)
This is the PKGBUILD updated to 3.5.0 in case anyone is interested: https://merlino.uy/PKGBUILD
dreieck commented on 2018-07-24 18:32 (UTC)
Please update to version 3.5.0.
1 2 Next › Last »