Port details |
- py-gensim Python framework for fast Vector Space Modelling
- 4.3.3 textproc
=2 4.3.3Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2018-06-15 04:11:36
- Last Update: 2024-09-19 03:11:42
- Commit Hash: 96886ab
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: LGPL21
- WWW:
- https://radimrehurek.com/gensim/
- Description:
- Gensim is a Python library for topic modelling, document indexing and similarity
retrieval with large corpora. Target audience is the natural language processing
(NLP) and information retrieval (IR) community.
Features:
* All algorithms are memory-independent w.r.t. the corpus size (can process
input larger than RAM, streamed, out-of-core),
* Intuitive interfaces
* easy to plug in your own input corpus/datastream (trivial streaming API)
* easy to extend with other Vector Space algorithms (trivial transformation
API)
* Efficient multicore implementations of popular algorithms, such as online
Latent Semantic Analysis (LSA/LSI/SVD), Latent Dirichlet Allocation (LDA),
Random Projections (RP), Hierarchical Dirichlet Process (HDP) or word2vec deep
learning.
* Distributed computing: can run Latent Semantic Analysis and Latent Dirichlet
Allocation on a cluster of computers.
* Extensive documentation and Jupyter Notebook tutorials.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}gensim>0:textproc/py-gensim@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-gensim/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-gensim
- pkg install py311-gensim
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-gensim listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-gensim
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1726687146
SHA256 (gensim-4.3.3.tar.gz) = 84852076a6a3d88d7dac5be245e24c21c3b819b565e14c1b61fa3e5ee76dcf57
SIZE (gensim-4.3.3.tar.gz) = 23258708
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-wheel>0 : devel/py-wheel@py311
- cython-3.11 : lang/cython@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- py311-pytest-cov>0 : devel/py-pytest-cov@py311
- py311-testfixtures>0 : devel/py-testfixtures@py311
- py311-pytest>=7,1 : devel/py-pytest@py311
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numpy>=1.16,1<1.27,1 : math/py-numpy@py311
- py311-scipy>=1.7.0 : science/py-scipy@py311
- py311-smart-open>=1.8.1 : net/py-smart-open@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- misc/py-orange3-network
- textproc/py-orange3-text
Configuration Options:
- No options to configure
- Options name:
- textproc_py-gensim
- USES:
- compiler:c++11-lang python
- pkg-message:
- For install:
- If you are using the Python v3.x version and a non-Unicode locale you'll get a runtime error when mkdocs is executed..
In that case please set the locale to a Unicode locale first, e.g. en_US.UTF-8 or similar, before starting mkdocs.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.3.3 19 Sep 2024 03:11:42
    |
Yuri Victorovich (yuri)  |
textproc/py-gensim: update 4.3.2 → 4.3.3
Reported by: portscout |
4.3.2_1 20 May 2024 10:33:03
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
4.3.2 28 Aug 2023 06:24:36
    |
Yuri Victorovich (yuri)  |
textproc/py-gensim: update 4.3.1 → 4.3.2
Reported by: portscout |
4.3.1_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
4.3.1_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.3.1 13 Mar 2023 10:29:44
    |
Yuri Victorovich (yuri)  |
textproc/py-gensim: Update 4.2.0 → 4.3.1
Reported by: portscout |
4.2.0 11 Jan 2023 15:58:34
    |
Dmitry Marakasov (amdmi3)  |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.2.0 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.2.0 07 May 2022 05:03:02
    |
Yuri Victorovich (yuri)  |
textproc/py-gensim: Update 4.1.2 -> 4.2.0
Reported by: portscout |
4.1.2 29 Jan 2022 10:44:18
    |
Tobias Kortkamp (tobik)  |
cleanup: Python 3.6 is unsupported now
Reported by: portscan |
4.1.2 04 Jan 2022 07:11:21
    |
Yuri Victorovich (yuri)  |
textproc/py-gensim: Update 4.0.1 -> 4.1.2
Reported by: portscout |
4.0.1 18 Apr 2021 00:48:22
    |
Yuri Victorovich (yuri)  |
textproc/py-gensim: Update 3.8.3 -> 4.0.1
Reported by: portscout |
3.8.3 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.8.3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.8.3 26 Nov 2020 21:22:24
  |
sunpoet  |
Update USES=python for py-smart-open 4.0.0 update |
3.8.3 21 Jul 2020 18:45:57
  |
yuri  |
textproc/py-gensim: Update 3.8.2 -> 3.8.3
Reported by: portscout |
3.8.2_1 02 May 2020 01:35:26
  |
sunpoet  |
Move net/py-smart_open to net/py-smart-open |
3.8.2 14 Apr 2020 15:12:31
  |
yuri  |
textproc/py-gensim: Update 3.8.1 -> 3.8.2
Reported by: portscout |
3.8.1 16 Nov 2019 09:53:37
  |
yuri  |
textproc/py-gensim: Update 3.7.3 -> 3.8.1
Reported by: portscout |
3.7.3_1 14 Aug 2019 12:16:41
  |
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
3.7.3_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.7.3 29 Jun 2019 21:48:54
  |
pkubaj  |
textproc/py-gensim: fix build
Add USES=compiler:c++11-lang to fix:
./gensim/models/doc2vec_corpusfile.cpp: At global scope:
./gensim/models/doc2vec_corpusfile.cpp:1367: error: expected initializer before
'<' token
./gensim/models/doc2vec_corpusfile.cpp:1398: error:
'__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' does not name a type
./gensim/models/doc2vec_corpusfile.cpp:1432: error: ISO C++ forbids declaration
of '__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' with no type
./gensim/models/doc2vec_corpusfile.cpp:1432: error: expected ';' before '*'
token
./gensim/models/doc2vec_corpusfile.cpp:1938: error:
'__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' has not been declared
./gensim/models/doc2vec_corpusfile.cpp:2134: error:
'__pyx_t_6gensim_6models_19word2vec_corpusfile_cvocab_t' has not been declared
Approved by: mentors (implicite approval) |
3.7.3 11 May 2019 18:48:06
  |
yuri  |
textproc/py-gensim: Update 3.7.2 -> 3.7.3
Reported by: portscout |
3.7.2 11 Apr 2019 16:31:09
  |
yuri  |
textproc/py-gensim: Update 3.7.0 -> 3.7.2
Reported by: portscout |
3.7.0 21 Jan 2019 17:54:58
  |
yuri  |
textproc/py-gensim: Update 3.5.0 -> 3.7.0
Reported by: portscout |
3.5.0_1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.5.0 07 Jul 2018 14:40:10
  |
yuri  |
textproc/py-gensim: Update 3.4.0 -> 3.5.0
Reported by: portscout |
3.4.0 20 Jun 2018 17:05:44
  |
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
3.4.0 15 Jun 2018 04:11:27
  |
yuri  |
New port: textproc/py-gensim: Python framework for fast Vector Space Modelling |