All Projects → words → Afinn 165

words / Afinn 165

Licence: mit
AFINN 165 (list of English words rated for valence) in JSON

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Afinn 165

PCPM
Presenting Collection of Pretrained Models. Links to pretrained models in NLP and voice.
Stars: ✭ 21 (-34.37%)
Mutual labels:  sentiment
viewpoint-mining
参考NER,基于BERT的电商评论观点挖掘和情感分析
Stars: ✭ 31 (-3.12%)
Mutual labels:  sentiment
NRC-Persian-Lexicon
NRC Word-Emotion Association Lexicon
Stars: ✭ 30 (-6.25%)
Mutual labels:  sentiment
emoji-sentiment
Emoji sentiment data
Stars: ✭ 14 (-56.25%)
Mutual labels:  sentiment
tensorflow-node-examples
Tensorflow Node.js Examples
Stars: ✭ 21 (-34.37%)
Mutual labels:  sentiment
wink-sentiment
Accurate and fast sentiment scoring of phrases with #hashtags, emoticons :) & emojis 🎉
Stars: ✭ 51 (+59.38%)
Mutual labels:  sentiment
hf-experiments
Experiments with Hugging Face 🔬 🤗
Stars: ✭ 37 (+15.63%)
Mutual labels:  sentiment
Similarity
similarity:相似度计算工具包,java编写。用于词语、短语、句子、词法分析、情感分析、语义分析等相关的相似度计算。
Stars: ✭ 760 (+2275%)
Mutual labels:  sentiment
Deep-NLP-Resources
Curated list of all NLP Resources
Stars: ✭ 65 (+103.13%)
Mutual labels:  sentiment
billboard
🎤 Lyrics/associated NLP data for Billboard's Top 100, 1950-2015.
Stars: ✭ 53 (+65.63%)
Mutual labels:  sentiment
sentiment-analysis-using-python
Large Data Analysis Course Project
Stars: ✭ 23 (-28.12%)
Mutual labels:  sentiment
Emotion and Polarity SO
An emotion classifier of text containing technical content from the SE domain
Stars: ✭ 74 (+131.25%)
Mutual labels:  sentiment
OTE-MTL
Code and dataset for Findings of EMNLP 2020 paper titled "A Multi-task Learning Framework for Opinion Triplet Extraction"
Stars: ✭ 32 (+0%)
Mutual labels:  sentiment
stansent
No description or website provided.
Stars: ✭ 16 (-50%)
Mutual labels:  sentiment
Sentimentr
Dictionary based sentiment analysis that considers valence shifters
Stars: ✭ 325 (+915.63%)
Mutual labels:  sentiment
LSTM-sentiment-analysis
LSTM sentiment analysis. Please look at my another repo for SVM and Naive algorithem
Stars: ✭ 19 (-40.62%)
Mutual labels:  sentiment
PSCognitiveService
Powershell module to access Microsoft Azure Machine learning RESTful API's or Microsoft cognitive services
Stars: ✭ 46 (+43.75%)
Mutual labels:  sentiment
Media Bias
Measures public sentiment on Twitter towards politicians
Stars: ✭ 18 (-43.75%)
Mutual labels:  sentiment
Troll
Language sentiment analysis and neural networks... for trolls.
Stars: ✭ 330 (+931.25%)
Mutual labels:  sentiment
stock-news-sentiment-analysis
This program uses Vader SentimentIntensityAnalyzer to calculate the news headline overall sentiment for a stock
Stars: ✭ 21 (-34.37%)
Mutual labels:  sentiment

afinn-165

Build Downloads Size

AFINN 165. AFINN 165 contains 3382 entries. That’s 905 more than AFINN 111.

Install

npm:

npm install afinn-165

Use

var afinn = require('afinn-165')

afinn.xoxo //=> 3
afinn.bankruptcy //=> -3

API

afinn165

afinn-165 returns entries to valence ratings (Object.<string, number>).

Note! Be careful when accessing unknown properties on the afinn165 object, words such as “constructor” or “toString” might occur. It’s recommended to use a hasOwnProperty check beforehand.

Musings

In total, 905 entries were added and two were changed. Compared to AFINN 111, the following changed:

  • Many new words
  • damn is now rated as -2 (was -4)
  • exasperated, futile, irresponsible are now -2 (were 2)
  • New entries with spaces: damn cute, damn good, kind of, fucking awesome, fucking beautiful, fucking cute, fucking fantastic, fucking good, fucking great, fucking hot, fucking love, fucking loves, fucking perfect
  • New entries with hyphens: environment-friendly, game-changing, ill-fated, loving-kindness, non-approved, post-traumatic, self-abuse, self-contradictory, side-effect, side-effects, violence-related, well-being, well-championed, well-developed, well-established, well-focused, well-groomed, well-proportioned

Related

  • afinn-96 — AFINN list from 2009 with 1468 entries
  • afinn-111 — AFINN list from 2011 with 2477 entries
  • emoji-emotion — Like AFINN but for emoji
  • polarity — Detect the polarity of text, based on afinn-169 and emoji-emotion

License

MIT © Titus Wormer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].