{"id":16912514,"url":"https://github.com/boyter/golangvectorspace","last_synced_at":"2025-04-11T16:13:51.602Z","repository":{"id":143401193,"uuid":"82248069","full_name":"boyter/golangvectorspace","owner":"boyter","description":"An implementation of the Vector Space model in GoLang","archived":false,"fork":false,"pushed_at":"2023-06-09T04:30:08.000Z","size":9,"stargazers_count":8,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T12:21:30.667Z","etag":null,"topics":["golang","golang-library","vector-space-model"],"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/boyter.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T02:25:17.000Z","updated_at":"2024-05-24T06:20:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2eb9ceb-176b-46a3-97bf-e7303190e8ce","html_url":"https://github.com/boyter/golangvectorspace","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/boyter%2Fgolangvectorspace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyter%2Fgolangvectorspace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyter%2Fgolangvectorspace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boyter%2Fgolangvectorspace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boyter","download_url":"https://codeload.github.com/boyter/golangvectorspace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248438513,"owners_count":21103410,"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":["golang","golang-library","vector-space-model"],"created_at":"2024-10-13T19:10:20.047Z","updated_at":"2025-04-11T16:13:51.581Z","avatar_url":"https://github.com/boyter.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README #\n\nAn implementation of the VectorSpace model in Golang. Pass in two strings and get back a number indicating how similar they are.\n\n[![Scc Count Badge](https://sloc.xyz/github/boyter/golangvectorspace/)](https://github.com/boyter/golangvectorspace/)\n\nUsage like so,\n\n```\nvar concordance1 = Concordance(\"Go has a lightweight test framework composed of the go test command and the testing package.\")\nvar concordance2 = Concordance(\"Package testing provides support for automated testing of Go packages. It is intended to be used in concert with the go test command, which automates execution of any function of the form.\")\n\n// value of got will be 0.48211825989991874   \ngot := Relation(concordance1, concordance2)\n```\n\n\nSee tests for other examples.\n\nTo benchmark,\n\n```\ngo test -bench .\n```\n\nOn a late 2013 Macbook Pro 2.6 GHz Intel Core i5\n\n```\nBenchmarkRelation-4   \t 1000000\t      2364 ns/op\nBenchmarkRelation-4   \t 1000000\t      2396 ns/op\nBenchmarkRelation-4   \t 1000000\t      2318 ns/op\n```\n\nCoverage\n\n```\ngo test -cover .\nok  \tgithub.com/boyter/golangvectorspace\t0.006s\tcoverage: 95.7% of statements\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyter%2Fgolangvectorspace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboyter%2Fgolangvectorspace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboyter%2Fgolangvectorspace/lists"}