2022-12-06 23:08:49 +00:00
|
|
|
package:
|
|
|
|
name: gensim
|
2023-03-29 08:39:43 +00:00
|
|
|
version: 4.3.1
|
2022-12-06 23:08:49 +00:00
|
|
|
top-level:
|
|
|
|
- gensim
|
|
|
|
source:
|
2023-03-29 08:39:43 +00:00
|
|
|
url: https://files.pythonhosted.org/packages/9a/3c/dd4351a2ef3a8fb19e26d6ccb928823fea53375de9d28b221f8cf0e53c8e/gensim-4.3.1.tar.gz
|
|
|
|
sha256: 8b5f11c0e6a5308086b48e8f6841223a4fa1a37d513684612b7ee854b533015f
|
2023-04-12 04:30:07 +00:00
|
|
|
patches:
|
|
|
|
- patches/0001-Avoid-signature-mismatch-in-sdot-detection.patch
|
|
|
|
|
2022-12-06 23:08:49 +00:00
|
|
|
requirements:
|
|
|
|
run:
|
|
|
|
- numpy
|
|
|
|
- scipy
|
|
|
|
- six
|
|
|
|
- smart_open
|
2023-04-12 04:30:07 +00:00
|
|
|
build:
|
|
|
|
script: |
|
|
|
|
# gensim apparently builds from .c files so need to cythonize the .pyx after
|
|
|
|
# patching
|
|
|
|
cython gensim/models/word2vec_inner.pyx
|
|
|
|
|
2022-12-06 23:08:49 +00:00
|
|
|
about:
|
|
|
|
home: http://radimrehurek.com/gensim
|
|
|
|
PyPI: https://pypi.org/project/gensim
|
|
|
|
summary: Python framework for fast Vector Space Modelling
|
|
|
|
license: LGPL-2.1-only
|