jonathandunn/text_analytics
Basic text analytics and natural language processing in Python
This tool helps analyze large collections of text, like documents or social media posts, to understand writing style, sentiment, and key topics. You provide a text dataset, and it outputs insights into vocabulary, phrases, emotional tone, and how texts relate to each other. It's designed for researchers, students, or anyone who needs to computationally explore patterns in text.
121 stars. No commits in the last 6 months.
Use this if you need to extract meaningful features from text data, identify sentiment, categorize documents, or discover recurring themes and relationships within your corpus.
Not ideal if you need a plug-and-play application with a graphical interface for quick, casual text analysis without any coding.
Stars
121
Forks
54
Language
Python
License
GPL-3.0
Category
Last pushed
Apr 09, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/jonathandunn/text_analytics"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
dipanjanS/text-analytics-with-python
Learn how to process, classify, cluster, summarize, understand syntax, semantics and sentiment...
IBM/watson-document-co-relation
Correlate text content across documents using Watson NLU, Python NLTK and Watson Studio.
Clarifai/clarifai-pyspark
Interfaces for Unstructured data and ML pipelines with Databricks and Clarifai
umer7/Applied-Text-Mining-in-Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
EudaLabs/nlp
A repository for Natural Language Processing (NLP) projects, tools, and experiments.