Metadata-Version: 2.4
Name: conversation_tone_detector
Version: 0.0.2
Summary: An advanced NLP tool for detecting conversational tone, sarcasm, and sentiment.
Author: Anushri Ranade
Author-email: ranadeanushri@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Intended Audience :: Developers
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: nltk>=3.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

\# 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:

```bash

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 

