| Port details |
- py-sense2vec Contextually-keyed word vectors
- 2.0.2_2 textproc
=2 2.0.2_1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2024-02-21 15:19:29
- Last Update: 2026-01-07 10:22:10
- Commit Hash: 8b878d8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- Also Listed In: python
- License: MIT
- WWW:
- https://github.com/explosion/sense2vec
- Description:
- sense2vec (Trask et. al, 2015) is a nice twist on word2vec that lets you learn
more interesting and detailed word vectors. This library is a simple Python
implementation for loading, querying and training sense2vec models.
¦ ¦ ¦ ¦ 
- 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.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sense2vec>0:textproc/py-sense2vec@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/textproc/py-sense2vec/ && make install clean
- To add the package, run one of these commands:
- pkg install textproc/py-sense2vec
- pkg install py311-sense2vec
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-sense2vec listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sense2vec
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1708448850
SHA256 (sense2vec-2.0.2.tar.gz) = c7df6f89f74d83ed13c85998fe5792e836f7971e099af955211a6adefabaa768
SIZE (sense2vec-2.0.2.tar.gz) = 61403
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-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-catalogue>=2.0.1<2.1.0 : devel/py-catalogue@py311
- py311-numpy>=1.15.0,1 : math/py-numpy@py311
- py311-spacy>=3.0.0<4.0.0 : textproc/py-spacy@py311
- py311-srsly>=2.4.0<3.0.0 : devel/py-srsly@py311
- py311-wasabi>=0.8.1<1.2.0 : textproc/py-wasabi@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- textproc_py-sense2vec
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.0.2_2 07 Jan 2026 10:22:10
    |
Vsevolod Stakhov (vsevolod)  |
security/libsodium: Update to 1.0.21
The API remains compatible but bumping all dependent ports as SHLIB
has changed.
Changelog: https://github.com/jedisct1/libsodium/releases/tag/1.0.21-RELEASE
Security: https://00f.net/2025/12/30/libsodium-vulnerability/
PR: 279347 |
2.0.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> |
2.0.2 21 Feb 2024 15:06:09
    |
Po-Chuan Hsieh (sunpoet)  |
textproc/py-sense2vec: Add py-sense2vec 2.0.2
sense2vec (Trask et. al, 2015) is a nice twist on word2vec that lets you learn
more interesting and detailed word vectors. This library is a simple Python
implementation for loading, querying and training sense2vec models. |