A python package for flexible and transparent sentiment analysis.
Project description
Asent: Fast, flexible and transparent sentiment analysis
Inspired by Vader, made using SpaCy, transparent from the start.
Simple Example
The following shows a simple example of how you can quickly apply sentiment analysis using asent. For more on using asent see the usage guides.
import spacy
import asent
# load spacy pipeline
nlp = spacy.load("da_core_news_lg")
# add the rule-based sentiment model
nlp.add_pipe("asent_da_v1")
# try an example
text = "jeg er ikke længere sur. 👿"
doc = nlp(text)
# visualize the results
asent.visualize(doc)
📖 Documentation
Documentation | |
---|---|
📚 Usage Guides | Guides and instructions on how to use asent and its features. |
📰 News and changelog | New additions, changes and version history. |
🎛 [Documentations] | The detailed reference for augmenty's API. Including function documentation |
💬 Where to ask questions
Type | |
---|---|
🚨 FAQ | FAQ |
🚨 Bug Reports | GitHub Issue Tracker |
🎁 Feature Requests & Ideas | GitHub Issue Tracker |
👩💻 Usage Questions | GitHub Discussions |
🗯 General Discussion | GitHub Discussions |
🎓 Citing asent
If you use this library in your research, please cite it using:
@inproceedings{asent2021,
title={Asent: Fast, flexible and transparent sentiment analysis},
author={Enevoldsen, Kenneth and Hansen, Lasse},
year={2021}
}
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
asent-0.0.4.tar.gz
(17.8 kB
view details)
Built Distribution
asent-0.0.4-py3-none-any.whl
(20.8 kB
view details)
File details
Details for the file asent-0.0.4.tar.gz
.
File metadata
- Download URL: asent-0.0.4.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e093eb307bbd52b14ed51d41e8671107e414a146af56c6d29445ae8eec6f96f0 |
|
MD5 | 6fa2d452c2d35732a1116724ad1270e6 |
|
BLAKE2b-256 | a624b27c5c0a7f1ab24e98d5d045abafae52e48259dc66f8b1ce99790a6324e2 |
File details
Details for the file asent-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: asent-0.0.4-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 878e26ebd6e105b95d2db4f34edf6173f06ac57bf36b396bb612f07558fcf9dc |
|
MD5 | 25c3022771208e67aca73724eccbe1da |
|
BLAKE2b-256 | 1eb902a1a3235a54074744ab5104d3843761db3ed2f51397406819fb2f7cc094 |