nunoachenriques / vader-sentiment-analysis

Java port of Python NLTK sentiment VADER module. 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, and works well on texts from other domains.
Apache License 2.0
7 stars 2 forks source link

Getting this library into maven? #2

Open ezmiller opened 4 years ago

ezmiller commented 4 years ago

Hi @nunoachenriques, I wanted to ask you if you think it might be possible to get this project into the maven repository?

I ask because I've been working on a little tutorial project for the scicloj community, see the tutorial here: https://github.com/ezmiller/tutorials/tree/enron-sentiment-analysis.

The tutorial uses VADER to illustrate doing sentiment analysis in Clojure in the context of a jupyter notebook. Currently, because this library is not in maven, we have to add the repository to maven locally, which is a bit complex and orthogonal to the goals of the tutorial.

What do you think? Thanks for your consideration.