{"id":13413540,"url":"https://github.com/jonreiter/govader","last_synced_at":"2025-03-14T19:32:34.769Z","repository":{"id":44729054,"uuid":"234878419","full_name":"jonreiter/govader","owner":"jonreiter","description":"vader sentiment analysis in go","archived":false,"fork":false,"pushed_at":"2023-01-29T03:02:35.000Z","size":233,"stargazers_count":39,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:52:33.310Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/jonreiter.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}},"created_at":"2020-01-19T10:06:15.000Z","updated_at":"2024-07-15T20:08:06.000Z","dependencies_parsed_at":"2023-02-15T20:31:11.514Z","dependency_job_id":null,"html_url":"https://github.com/jonreiter/govader","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/jonreiter%2Fgovader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonreiter%2Fgovader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonreiter%2Fgovader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonreiter%2Fgovader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonreiter","download_url":"https://codeload.github.com/jonreiter/govader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635514,"owners_count":20322952,"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":"2024-07-30T20:01:42.757Z","updated_at":"2025-03-14T19:32:34.404Z","avatar_url":"https://github.com/jonreiter.png","language":"Go","funding_links":[],"categories":["Natural Language Processing","Golang","自然语言处理","Microsoft Office","Relational Databases","Bot Building"],"sub_categories":["Morphological Analyzers","Sentiment Intensity Analyzer","形态分析","暂未分类","暂未分类这些库被放在这里是因为其他类别似乎都不适合。","Uncategorized"],"readme":"# GoVader\n\n[![GoDoc](https://godoc.org/github.com/jonreiter/govader?status.svg)](https://godoc.org/github.com/jonreiter/govader)\n[![Go Report](https://goreportcard.com/badge/github.com/jonreiter/govader)](https://goreportcard.com/badge/github.com/jonreiter/govader)\n[![BuildStatus](https://www.travis-ci.com/jonreiter/govader.svg?branch=master)](https://www.travis-ci.com/github/jonreiter/govader/branches)\n[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go)\n[![codecov](https://codecov.io/gh/jonreiter/govader/branch/master/graph/badge.svg)](https://codecov.io/gh/jonreiter/govader)\n\nGoVader: Vader sentiment analysis in Go\n\nThis is a port of [https://github.com/cjhutto/vaderSentiment](https://github.com/cjhutto/vaderSentiment) from\nPython to Go.\n\nThere are tests which check it gives the same answers as the original package.\n\nUsage:\n\n```go\nimport (\n    \"fmt\"\n    \"github.com/jonreiter/govader\"\n)\n\nanalyzer := govader.NewSentimentIntensityAnalyzer()\nsentiment := analyzer.PolarityScores(\"Usage is similar to all the other ports.\")\n\nfmt.Println(\"Compound score:\", sentiment.Compound)\nfmt.Println(\"Positive score:\", sentiment.Positive)\nfmt.Println(\"Neutral score:\", sentiment.Neutral)\nfmt.Println(\"Negative score:\", sentiment.Negative)\n\n```\nA server wrapper is available in https://github.com/PIMPfiction/govader_backend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonreiter%2Fgovader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonreiter%2Fgovader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonreiter%2Fgovader/lists"}