An advanced NLP tool for detecting conversational tone, sarcasm, and sentiment.
Project description
# Conversational Tone Detector 💬
## What This Does
This is a super smart Python package that checks text for its feelings!
* It tells you if the tone is **Positive, Negative, or Neutral**.
* It also detects if someone is being **Sarcastic**.
* It gives a score for the overall feeling (sentiment).
## How to Get It
You can get it using the 'pip install' command:
pip install conversational-tone-detector
How to Use It
You use it by importing the detector and feeding it text!
from conversational\_tone\_detector import ToneDetector
detector = ToneDetector()
result = detector.analyze\_tone("I absolutely love Mondays! Great job on the presentation.")
print(result)
\# This will show you the tone, sarcasm flag, and emotion!
Rules and Thanks
Rules: Check the LICENSE.txt file for the sharing rules.
Author: Anushri Ranade
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conversational_tone_detector-0.0.1.tar.gz.
File metadata
- Download URL: conversational_tone_detector-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62f23b8f652f98be3eed2a0c9a0650947fe4a7cfa43d9a117f407d49313343a0
|
|
| MD5 |
77a5a1ed4dbef7221b857dc53148d1a4
|
|
| BLAKE2b-256 |
96e23ed91c23246466c4ae836994a8430eaaa954f4496fb202195b65a45107c1
|
File details
Details for the file conversational_tone_detector-0.0.1-py3-none-any.whl.
File metadata
- Download URL: conversational_tone_detector-0.0.1-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
27cd7571d75380c5978c5601fbcf8e3fd636490adbab725bd32ff5d4b14772ef
|
|
| MD5 |
eaadc00b4ff6c558d0f4feddeac6c533
|
|
| BLAKE2b-256 |
14bef6a87a480f9d47b44a2cedf1282b14bc9fb37443254f05db5f6640f1ce08
|