{"id":16194701,"url":"https://github.com/hironsan/asari","last_synced_at":"2025-04-07T05:12:14.618Z","repository":{"id":37602761,"uuid":"169358575","full_name":"Hironsan/asari","owner":"Hironsan","description":"Japanese sentiment analyzer implemented in Python.","archived":false,"fork":false,"pushed_at":"2024-02-15T08:59:15.000Z","size":52726,"stargazers_count":148,"open_issues_count":3,"forks_count":20,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-30T20:11:32.541Z","etag":null,"topics":["machine-learning","natural-language-processing","sentiment-analysis"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Hironsan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-06T05:17:05.000Z","updated_at":"2025-01-19T12:52:11.000Z","dependencies_parsed_at":"2024-06-19T02:48:13.212Z","dependency_job_id":"79c4a5b3-90f5-44cb-8a5d-09d6a74e1800","html_url":"https://github.com/Hironsan/asari","commit_stats":{"total_commits":35,"total_committers":6,"mean_commits":5.833333333333333,"dds":0.5714285714285714,"last_synced_commit":"c088c7478ab0dc09e1bfd594bf294edb006b6b5a"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hironsan%2Fasari","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hironsan%2Fasari/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hironsan%2Fasari/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hironsan%2Fasari/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hironsan","download_url":"https://codeload.github.com/Hironsan/asari/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595335,"owners_count":20963943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["machine-learning","natural-language-processing","sentiment-analysis"],"created_at":"2024-10-10T08:24:37.712Z","updated_at":"2025-04-07T05:12:14.598Z","avatar_url":"https://github.com/Hironsan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# asari\n\nAsari is a Japanese sentiment analyzer implemented in Python.\n\n## Usage\n\nBehold, the power of asari:\n\n```python\nfrom asari.api import Sonar\nsonar = Sonar()\nsonar.ping(text=\"広告多すぎる♡\")\n{\n  \"text\" : \"広告多すぎる♡\",\n  \"top_class\" : \"negative\",\n  \"classes\" : [ {\n    \"class_name\" : \"positive\",\n    \"confidence\" : 0.09130180181262026\n  }, {\n    \"class_name\" : \"negative\",\n    \"confidence\" : 0.9086981981873797\n  } ]\n}\n```\n\nAsari allows you to classify text into positive/negative class, without the need for training. You have only to fed text into asari.\n\n## Installation\n\nTo install asari, simply use `pip` with Python 3.8+:\n\n```bash\npip install asari\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhironsan%2Fasari","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhironsan%2Fasari","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhironsan%2Fasari/lists"}