A Python package for emoji sentiment analysis.
Project description
Emoji Sentiment
A Python package for emoji sentiment analysis.
Installation
pip install emoji-sentiment
Usage
from emoji_sentiment import EmojiSentiment
emoji_sentiment = EmojiSentiment()
smile_emoji = emoji_sentiment.get("smile")
print(smile_emoji.sentiment)
Run demo local
streamlit run src/demo.py
Run tests
export PYTHONPATH=$PYTHONPATH:$(pwd)
pytest --cov=./src/emoji_sentiment -v --cov-report=term ./tests
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
emoji_sentiment-0.0.3.tar.gz
(30.0 kB
view details)
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 emoji_sentiment-0.0.3.tar.gz.
File metadata
- Download URL: emoji_sentiment-0.0.3.tar.gz
- Upload date:
- Size: 30.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3b94fb1a7908cf42e21d957362b6ab15b1d6ced992e184359ff5847e4f72220
|
|
| MD5 |
0086e13ae620e92416a4ad0aa4a1630f
|
|
| BLAKE2b-256 |
9352b6814717221019d08dc60ccdeb05191423fa2f598e8b622b8cf39d406cb2
|
File details
Details for the file emoji_sentiment-0.0.3-py3-none-any.whl.
File metadata
- Download URL: emoji_sentiment-0.0.3-py3-none-any.whl
- Upload date:
- Size: 28.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de11d7859efe5a39ca221ef66763454a7014b1b30c9fabafb8240971e2891673
|
|
| MD5 |
9f7f292f98d8b7795509238435218ceb
|
|
| BLAKE2b-256 |
6cc2b0b5b694157091e4efa54b2111fbee3ae6bef4f9f6478cc83155a0a30b6d
|