[PR #2523] [CLOSED] Update README.md #13202

Closed
opened 2026-04-27 02:35:53 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2523
Author: @shrivastavanolo
Created: 10/9/2023
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

What is this Python project?

Added TextBlob to the NLP libraries. TextBlob is a Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.

What's the difference between this Python project and similar ones?

TextBlob stands on the giant shoulders of NLTK and pattern, and plays nicely with both.

Features
Noun phrase extraction
Part-of-speech tagging
Sentiment analysis
Classification (Naive Bayes, Decision Tree)
Tokenization (splitting text into words and sentences)
Word and phrase frequencies
Parsing
n-grams
Word inflection (pluralization and singularization) and lemmatization
Spelling correction
Add new models or languages through extensions
WordNet integration

--

Anyone who agrees with this pull request could submit an Approve review to it.
Please tag this as hacktoberfest-approved!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2523 **Author:** [@shrivastavanolo](https://github.com/shrivastavanolo) **Created:** 10/9/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`45581c3`](https://github.com/vinta/awesome-python/commit/45581c35aef23e6c334b100cb88f6e8ff4a2d350) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ## What is this Python project? Added TextBlob to the NLP libraries. TextBlob is a Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more. ## What's the difference between this Python project and similar ones? TextBlob stands on the giant shoulders of [NLTK](http://nltk.org/) and [pattern](https://github.com/clips/pattern/), and plays nicely with both. [Features](https://github.com/sloria/TextBlob#features) Noun phrase extraction Part-of-speech tagging Sentiment analysis Classification (Naive Bayes, Decision Tree) Tokenization (splitting text into words and sentences) Word and phrase frequencies Parsing n-grams Word inflection (pluralization and singularization) and lemmatization Spelling correction Add new models or languages through extensions WordNet integration -- Anyone who agrees with this pull request could submit an *Approve* review to it. Please tag this as hacktoberfest-approved! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-27 02:35:53 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#13202