Skip to content
#

afinn

Here are 9 public repositories matching this topic...

A unique sentiment analysis model on IMDB reviews with custom negation handling. Instead of generic preprocessing, it smartly tags words after negators like "not" (e.g., "not good" → "not_good"), preserving sentiment context. Comparison of models with and without this logic shows improved accuracy and real-world reliability.

  • Updated Jul 18, 2025
  • Python

Experiments with web crawling, scraping, and indexing a collection of web documents. Clustering the indexed data with k-means algorithm. Each resulting cluster is assigned a sentiment score using AFINN - a sentiment analysis script.

  • Updated Sep 16, 2024
  • Python

Improve this page

Add a description, image, and links to the afinn topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the afinn topic, visit your repo's landing page and select "manage topics."

Learn more