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:
parent
08ba224922
commit
367a59fb1a
@ -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
|
||||
|
21
misc/py-vaderSentiment/Makefile
Normal file
21
misc/py-vaderSentiment/Makefile
Normal 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>
|
3
misc/py-vaderSentiment/distinfo
Normal file
3
misc/py-vaderSentiment/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1704052754
|
||||
SHA256 (vaderSentiment-3.3.2.tar.gz) = 5d7c06e027fc8b99238edb0d53d970cf97066ef97654009890b83703849632f9
|
||||
SIZE (vaderSentiment-3.3.2.tar.gz) = 2466783
|
3
misc/py-vaderSentiment/pkg-descr
Normal file
3
misc/py-vaderSentiment/pkg-descr
Normal 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.
|
Loading…
Reference in New Issue
Block a user