Package Details: python-gensim 4.3.3-1

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.000000
First Submitted: 2011-01-27 14:26 (UTC)
Last Updated: 2024-07-31 04:01 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

proycon commented on 2015-05-22 18:20 (UTC)

Updated for 0.11.1

Dieter_be commented on 2014-06-06 12:20 (UTC)

disowned.

aurelien commented on 2014-06-05 14:46 (UTC)

to build last version modify the PKGBUILD pkgname=python-gensim pkgver=0.10.0 pkgrel=1 pkgdesc="Python framework for fast Vector Space Modelling" arch=('i686' 'x86_64') url="http://nlp.fi.muni.cz/projekty/gensim/" license=('LGPL') depends=('python-scipy') makedepends=('gcc' 'setuptools') conflicts=() source=("http://pypi.python.org/packages/source/g/gensim/gensim-${pkgver}.tar.gz") build() { unset LDFLAGS unset FFLAGS cd ${srcdir}/gensim-${pkgver} # python2 fix for file in $(find . -name '*.py' -print); do sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file done #python2 setup.py test python2 setup.py build python2 setup.py install --prefix=/usr --root=${pkgdir} #install -D -m644 LICENSE.txt ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt TODO: where to get license? }

Dieter_be commented on 2011-02-18 15:58 (UTC)

there's something weird with the 0.7.7 package. sometimes building it gives an assertionerror, sometimes it just works fine. about 50% for me.