Skip to content
#

textanalysis

Here are 119 public repositories matching this topic...

"Detect sarcasm effortlessly! This Python app uses NLP and ML to analyze text sentiment, distinguishing sarcastic tones. With a user-friendly interface, input any text for real-time sarcasm identification. Achieve accurate results through advanced sentiment analysis techniques and trained models."

  • Updated Jan 7, 2024
  • Python

This project provides a simple script for determining the sentiment of a text input using TextBlob library in Python. It also returns the most positive and most negative sentence in the input text. The script can be used as a standalone tool or integrated into other projects.

  • Updated Mar 17, 2023
  • Python

This project implements a Named Entity Recognition (NER) system to identify and classify entities in text, such as PERSON, ORGANIZATION, and LOCATION. Utilizing machine learning and NLP techniques, it offers accurate extraction of meaningful information from unstructured data.

  • Updated Sep 28, 2024
  • Python

Improve this page

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

Learn more