Skip to content
#

natural-language-processing-nlp

Here are 48 public repositories matching this topic...

This project analyzes IMDb movie reviews to classify sentiments as positive or negative. It includes text preprocessing, feature extraction using TF-IDF and CountVectorizer, training Logistic Regression and Naive Bayes classifiers, and visualizing frequent words with WordClouds.

  • Updated Aug 8, 2025
  • Python

News Category Classification using AG News dataset. Implements text preprocessing, TF-IDF vectorization, and trains Logistic Regression and a Neural Network to classify news into World, Sports, Business, and Sci/Tech categories. Includes data visualization and model evaluation.

  • Updated Aug 11, 2025
  • Python

Fake News Detection system using NLP techniques and TF-IDF vectorization to classify news articles as real or fake. Trained with Logistic Regression and SVM on the Fake and Real News Dataset, with preprocessing, evaluation metrics, and word cloud visualizations.

  • Updated Aug 13, 2025
  • Python

Named Entity Recognition (NER) on news articles using rule-based and spaCy models. Includes entity extraction, visualizations with displaCy, and comparison of small vs large spaCy models for analysis and insights.

  • Updated Aug 14, 2025
  • Python

FiscalTone: Text Analysis of Fiscal Policy Communications from Peru's Fiscal Council. Pipeline for scraping, processing, and performing text analysis on Consejo Fiscal (cf.gob.pe) documents to score fiscal risk sentiment using LLM-based classification (GPT-4o). Produces a novel Fiscal Tone Index from time-series analysis of official reports

  • Updated Jan 29, 2026
  • Jupyter Notebook

A PDF Reader application powered by AI, allowing users to upload PDF documents and extract meaningful information using advanced NLP models. Built with Streamlit, Transformers, and Langchain, this app provides a seamless interface for interacting with and analyzing PDF content.

  • Updated Apr 24, 2025
  • Python

A web-based intelligent system designed to classify and manage student inquiries at the university. Students can submit questions related to Finance, Student Affairs, IT, or Exams, and the system automatically routes each inquiry to the appropriate department.

  • Updated Mar 10, 2026

A new package facilitates extracting a concise, structured summary from user-provided news headlines or brief texts by utilizing pattern matching and LLM interactions. This tool aims to help researche

  • Updated Dec 21, 2025
  • Python

Improve this page

Add a description, image, and links to the natural-language-processing-nlp 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 natural-language-processing-nlp topic, visit your repo's landing page and select "manage topics."

Learn more