{"id":21390715,"url":"https://github.com/liderman/rustemmer","last_synced_at":"2025-07-13T17:30:41.178Z","repository":{"id":89489460,"uuid":"53087024","full_name":"liderman/rustemmer","owner":"liderman","description":"Golang implementation Porter Stemming for Russian language","archived":false,"fork":false,"pushed_at":"2016-03-16T10:24:14.000Z","size":12,"stargazers_count":26,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-19T20:48:45.264Z","etag":null,"topics":["fast","golang","package","porter","russian","stemmer","stemmers","stemming"],"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/liderman.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":"2016-03-03T21:54:11.000Z","updated_at":"2023-04-20T11:37:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"745b0eb9-cda1-4e34-8ca7-cfb8efb62cdd","html_url":"https://github.com/liderman/rustemmer","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liderman%2Frustemmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liderman%2Frustemmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liderman%2Frustemmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liderman%2Frustemmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liderman","download_url":"https://codeload.github.com/liderman/rustemmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225901817,"owners_count":17542276,"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":["fast","golang","package","porter","russian","stemmer","stemmers","stemming"],"created_at":"2024-11-22T13:19:15.636Z","updated_at":"2024-11-22T13:19:16.361Z","avatar_url":"https://github.com/liderman.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rustemmer\nGolang implementation Porter Stemming for Russian language.\n\n[![Build Status](https://travis-ci.org/liderman/rustemmer.svg?branch=master)](https://travis-ci.org/liderman/rustemmer)\u0026nbsp;[![GoDoc](https://godoc.org/github.com/liderman/rustemmer?status.svg)](https://godoc.org/github.com/liderman/rustemmer)\n\nInstallation\n-----------\n\tgo get github.com/liderman/rustemmer\n\nUsage\n-----------\nGetting base word:\n```go\n    wordBase := rustemmer.GetWordBase(\"вазы\")\n    // wordBase = \"ваз\"\n```\n\nNormalization of the text:\n```go\n    text := \"г. Москва, ул. Полярная, д. 31А, стр. 1\"\n    fmt.Print(\n        rustemmer.NormalizeText(text),\n    )\n    // Displays:\n    // г Москв ул Полярн д 31А стр 1\n```\n\nRequirements\n-----------\n\n* Need at least `go1.2` or newer.\n\nDocumentation\n-----------\n\nYou can read package documentation [here](http:godoc.org/github.com/liderman/rustemmer).\n\nTesting\n-----------\nUnit-tests:\n```bash\ngo test -v\n```\n\nBenchmarks:\n```bash\ngo test -test.bench .\n```\nThe test result on computer mac-mini 2012 (Intel Core i5):\n```\nPASS\nBenchmarkNormalizeText-4            5000            304275 ns/op\nBenchmarkGetWordBase-4              2000           1176104 ns/op\nok      /src/github.com/liderman/rustemmer      4.043s\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliderman%2Frustemmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliderman%2Frustemmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliderman%2Frustemmer/lists"}