{"id":18819826,"url":"https://github.com/donderom/stemerge","last_synced_at":"2026-01-17T06:30:15.944Z","repository":{"id":4880442,"uuid":"6035722","full_name":"donderom/stemerge","owner":"donderom","description":"A collection of stemmers in Erlang","archived":false,"fork":false,"pushed_at":"2012-10-14T16:03:44.000Z","size":2047,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-30T03:19:25.689Z","etag":null,"topics":["erlang","nlp","stemming"],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"polygonal/ds","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donderom.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":"2012-10-01T20:23:26.000Z","updated_at":"2023-07-03T20:56:35.000Z","dependencies_parsed_at":"2022-07-10T16:32:37.234Z","dependency_job_id":null,"html_url":"https://github.com/donderom/stemerge","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/donderom%2Fstemerge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donderom%2Fstemerge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donderom%2Fstemerge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donderom%2Fstemerge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donderom","download_url":"https://codeload.github.com/donderom/stemerge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239758830,"owners_count":19692033,"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":["erlang","nlp","stemming"],"created_at":"2024-11-08T00:25:11.947Z","updated_at":"2026-01-17T06:30:15.694Z","avatar_url":"https://github.com/donderom.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stemerge\n\nStemerge is a collection of [stemmers](http://en.wikipedia.org/wiki/Stemming) in Erlang.\n\n## Supported languages\n\nAt the moment the following languages are supported:\n* English (Porter2 stemming algorithm)\n* Finnish\n\nRomance:\n* French\n* Spanish\n* Portuguese\n* Italian\n\nGermanic:\n* German\n* Dutch\n\nScandinavian:\n* Swedish\n* Norwegian\n* Danish\n\n## Usage\n\nJust specify the language code of a word you'd like to stem like this:\n\n```erlang\nstemerge:stem(\"stemerge\", \"en\")\n```\n\nor call ```stem/1``` API of any available stemmer separately:\n\n```erlang\nstemerge_no:stem(\"havneeier\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonderom%2Fstemerge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonderom%2Fstemerge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonderom%2Fstemerge/lists"}