{"id":13413541,"url":"https://github.com/PIMPfiction/govader_backend","last_synced_at":"2025-03-14T19:32:36.016Z","repository":{"id":56899692,"uuid":"478327014","full_name":"PIMPfiction/govader_backend","owner":"PIMPfiction","description":"Sentimental Analysis Microservice","archived":false,"fork":false,"pushed_at":"2024-02-25T21:00:28.000Z","size":34,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-31T20:52:33.144Z","etag":null,"topics":["echo-framework","go","golang","sentiment-analysis"],"latest_commit_sha":null,"homepage":"","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/PIMPfiction.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":"2022-04-05T22:59:13.000Z","updated_at":"2023-12-13T22:14:27.000Z","dependencies_parsed_at":"2024-06-20T00:16:28.503Z","dependency_job_id":"c061890b-ad02-41b5-a40a-9ede75203017","html_url":"https://github.com/PIMPfiction/govader_backend","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":0.4285714285714286,"last_synced_commit":"8fbc99d1bcea3203fa6c41f95d9b794a9a704f75"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIMPfiction%2Fgovader_backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIMPfiction%2Fgovader_backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIMPfiction%2Fgovader_backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PIMPfiction%2Fgovader_backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PIMPfiction","download_url":"https://codeload.github.com/PIMPfiction/govader_backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635530,"owners_count":20322954,"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":["echo-framework","go","golang","sentiment-analysis"],"created_at":"2024-07-30T20:01:42.777Z","updated_at":"2025-03-14T19:32:35.723Z","avatar_url":"https://github.com/PIMPfiction.png","language":"Go","funding_links":[],"categories":["自然语言处理","Natural Language Processing","Microsoft Office","Bot Building"],"sub_categories":["形态分析","Morphological Analyzers"],"readme":"# Govader Backend NLP Package (sentimental analysis NLP)\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/PIMPfiction/govader_backend.svg)](https://pkg.go.dev/github.com/PIMPfiction/govader_backend)\n[![Go Report Card](https://goreportcard.com/badge/github.com/PIMPfiction/govader_backend)](https://goreportcard.com/report/github.com/PIMPfiction/govader_backend)\n[![codecov](https://codecov.io/gh/PIMPfiction/govader_backend/branch/master/graph/badge.svg?token=3KEBD30Q95)](https://codecov.io/gh/PIMPfiction/govader_backend)\n![master](https://github.com/PIMPfiction/govader_backend/actions/workflows/tests.yml/badge.svg)\n[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#morphological-analyzers)  \n\nGovader-Backend is a microservice thats returns sentimental analysis of given sentence.\n\nServer wrapper for GoVader Package[https://github.com/jonreiter/govader](https://github.com/jonreiter/govader)\n\n\n## Usage:\n\n```sh\ngo get github.com/PIMPfiction/govader_backend\n```\n\n```go\npackage main\n\nimport (\n\tvaderMicro \"github.com/PIMPfiction/govader_backend\"\n\techo \"github.com/labstack/echo/v4\"\n\t\"fmt\"\n)\n\nfunc main() {\n\te := echo.New()\n\terr := vaderMicro.Serve(e, \"8080\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Scanln()\n\n}\n\n```\n\n\n### Sample Get Request:\n\n#### GET: http://localhost:8080?text=I%20am%20looking%20good\n\n### Sample Post Request:\n\n#### POST: http://localhost:8080/\n#### RequestBody: ```{\"text\": \"I am looking good\"}```\n\n\n### Sample Response \n```json\n{\n  \"Negative\": 0,\n  \"Neutral\": 0.5084745762711864,\n  \"Positive\": 0.4915254237288135,\n  \"Compound\": 0.44043357076016854\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPIMPfiction%2Fgovader_backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPIMPfiction%2Fgovader_backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPIMPfiction%2Fgovader_backend/lists"}