1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

misc/py-vaderSentiment: New port: VADER sentiment analysis

This commit is contained in:
Yuri Victorovich 2023-12-31 14:59:45 -08:00
parent 08ba224922
commit 367a59fb1a
4 changed files with 28 additions and 0 deletions

View File

@ -499,6 +499,7 @@
SUBDIR += py-tqdm
SUBDIR += py-tvm
SUBDIR += py-uhi
SUBDIR += py-vaderSentiment
SUBDIR += py-wandb
SUBDIR += py-wurlitzer
SUBDIR += py-xgboost

View File

@ -0,0 +1,21 @@
PORTNAME= vaderSentiment
DISTVERSION= 3.3.2
CATEGORIES= misc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= VADER sentiment analysis
WWW= https://github.com/cjhutto/vaderSentiment
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1704052754
SHA256 (vaderSentiment-3.3.2.tar.gz) = 5d7c06e027fc8b99238edb0d53d970cf97066ef97654009890b83703849632f9
SIZE (vaderSentiment-3.3.2.tar.gz) = 2466783

View File

@ -0,0 +1,3 @@
VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and
rule-based sentiment analysis tool that is specifically attuned to sentiments
expressed in social media.