A unique sentiment analysis library with paraphrasing, contextual similarity, and speech output.
Project description
Humanlike Sentiment:
HumanTone is a powerful and intuitive Natural Language Processing (NLP) library designed to enhance human-like text processing and interaction. It integrates advanced sentiment analysis, intelligent text paraphrasing, semantic similarity detection, and natural speech synthesis, making it an all-in-one solution for text-based AI applications.
Features
✅ Sentiment Analysis – Accurately determines the emotional tone of a given text (Positive, Negative, Neutral) with confidence scores. * ✅ Paraphrasing – Generates high-quality paraphrases while maintaining semantic meaning, improving text diversity and readability. * ✅ Text Similarity Detection – Compares sentences for semantic similarity, aiding in duplicate detection, question-answering, and recommendation systems. * ✅ Speech Synthesis – Converts text into natural-sounding speech using text-to-speech (TTS) technology.
HumanTone is ideal for chatbots, content generation, virtual assistants, and AI-driven conversations, helping developers create more natural and engaging user experiences. Designed for ease of use, it ensures seamless integration into Python projects.
Installation:
pip install git+https://github.com/yourgithub/humanlike_sentiment.git
*** Usage Example:
from HumanTone import HumanToneParaphraser, analyze_sentiment, HumanToneSimilarity, speak
paraphraser = HumanToneParaphraser()
print(paraphraser.paraphrase("The weather is nice today."))
print(analyze_sentiment("I love programming!"))
print(HumanToneSimilarity.analyze_similarity("The sun is shining", "It's a sunny day"))
speak("Welcome to HumanTone!")
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 humantone-0.1.5.tar.gz.
File metadata
- Download URL: humantone-0.1.5.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7664e1cd54066b97a20e546a81fec1bbf9edd18abbfb1636b22d652bc76e19c3
|
|
| MD5 |
fbc8c1f888665d18102b56b54c6bdc99
|
|
| BLAKE2b-256 |
8b4e49dd3ad9b883ef8128bad7a83bde444fc81230362b7042203645ed9c84e8
|
File details
Details for the file humantone-0.1.5-py3-none-any.whl.
File metadata
- Download URL: humantone-0.1.5-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a3116bd9ad9e2e6b16196d1a6dbac6162fee4e17e148617c1bc51991570b619
|
|
| MD5 |
4f5b02fa8abda337e9c311021228892e
|
|
| BLAKE2b-256 |
72d720875534dfe5925a207c85d69e27c1f96f878e38dcce936d99f907564a81
|