Skip to main content

Japanese Sentiment Analyzer implemented in Python

Project description

# asari
Asari is a Japanese sentiment analyzer implemented in Python.

![Image](./docs/asari.jpg)<br>
Photo by [Andrew Buchanan](https://unsplash.com/@photoart2018) on [Unsplash](https://unsplash.com/)

Behold, the power of asari:

```python
>>> from asari import Sonar
>>> sonar = Sonar()
>>> sonar.ping(text="いい感じです!")
{
"text" : "いい感じです!",
"top_class" : "positive",
"classes" : [ {
"class_name" : "positive",
"confidence" : 0.9965442572893405
}, {
"class_name" : "negative",
"confidence" : 0.003455742710659515
} ]
}
```

Asari allows you to classify text into positive/negative class, without the need for training. You have only to fed text into asari.

## Installation
To install asari, simply use `pip`:

```bash
$ pip install asari
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

asari-0.0.2-py3-none-any.whl (8.7 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page