{"id":28160902,"url":"https://github.com/pachacamac/stimmung","last_synced_at":"2025-05-15T10:15:16.019Z","repository":{"id":34358363,"uuid":"38280702","full_name":"pachacamac/stimmung","owner":"pachacamac","description":"Sentiment analysis for the German language","archived":false,"fork":false,"pushed_at":"2016-04-24T23:28:22.000Z","size":96,"stargazers_count":20,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-08T15:44:05.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pachacamac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-30T01:27:58.000Z","updated_at":"2022-10-04T09:24:35.000Z","dependencies_parsed_at":"2022-08-03T20:30:35.681Z","dependency_job_id":null,"html_url":"https://github.com/pachacamac/stimmung","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachacamac%2Fstimmung","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachacamac%2Fstimmung/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachacamac%2Fstimmung/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pachacamac%2Fstimmung/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pachacamac","download_url":"https://codeload.github.com/pachacamac/stimmung/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254319632,"owners_count":22051077,"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":[],"created_at":"2025-05-15T10:15:11.755Z","updated_at":"2025-05-15T10:15:16.010Z","avatar_url":"https://github.com/pachacamac.png","language":"Ruby","funding_links":[],"categories":["High Level Tasks"],"sub_categories":["Sentiment Analysis"],"readme":"# Stimmung\n\nSimple sentiment analysis for the German language\n\n[![Gem Version](https://badge.fury.io/rb/stimmung.svg)](http://badge.fury.io/rb/stimmung) ![Installs](http://img.shields.io/gem/dt/stimmung.svg)\n\n\n## Usage\n\n```ruby\n\n# use this to init with the default dictionaries\nstimmung = Stimmung.new\n\n# or this to init with your dictionaries\nstimmung = Stimmung.new('my_dict1.txt', 'my_dict2.txt', '...')\n\n# you can always load additional dictionaries later on with\nstimmung.load_dictionary('my_dict.txt')\n\n# and to get an analysis you just do\nstimmung.score('irgendein toller text')\n# =\u003e 0.5066 \n\n# this score will be between -1 (super negative) and 1 (super positive)\n\n```\n\n## Dictionaries\n\nThe German dictionary is based on SentiWS.\n\nSentiWS is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License (http://creativecommons.org/licenses/by-nc-sa/3.0/).\n\nThe latest version of SentiWS can be found at http://wortschatz.informatik.uni-leipzig.de/download/\n\nYou can use the crude importer script to import new files in case there is a new version. Hey why don't you open an issue or make a pull request when that happens too? It would be appreciated :)\n\n## Installation\n\n    gem install stimmung\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpachacamac%2Fstimmung","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpachacamac%2Fstimmung","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpachacamac%2Fstimmung/lists"}