{"id":19458503,"url":"https://github.com/postgrespro/snowball_ext","last_synced_at":"2025-10-13T10:21:35.322Z","repository":{"id":69542895,"uuid":"147670670","full_name":"postgrespro/snowball_ext","owner":"postgrespro","description":"The Snowball dictionary template extension for PostgreSQL","archived":false,"fork":false,"pushed_at":"2018-11-02T12:24:13.000Z","size":14,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-10-01T23:57:09.296Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/postgrespro.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":"2018-09-06T12:32:19.000Z","updated_at":"2019-12-15T16:33:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f65234a7-3278-484f-a612-1d0179837d0c","html_url":"https://github.com/postgrespro/snowball_ext","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/postgrespro/snowball_ext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fsnowball_ext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fsnowball_ext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fsnowball_ext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fsnowball_ext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/postgrespro","download_url":"https://codeload.github.com/postgrespro/snowball_ext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/postgrespro%2Fsnowball_ext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014686,"owners_count":26085554,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-10T17:27:22.236Z","updated_at":"2025-10-13T10:21:35.300Z","avatar_url":"https://github.com/postgrespro.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/badge/license-PostgreSQL-blue.svg)](LICENSE)\n\n# snowball_ext\n\nThe `snowball_ext` extension provides a new dictionary template. It is a copy of\nthe [Snowball dictionary template](https://www.postgresql.org/docs/current/static/textsearch-dictionaries.html#TEXTSEARCH-SNOWBALL-DICTIONARY)\nof PostgreSQL. Currently it provides stemming algorithms for the following\nlanguages:\n * nepali\n\nThe reason why `snowball_ext` exists is that PostgreSQL's Snowball dictionary\ntemplate isn't extensible. That is you cannot add new stemming algorithms.\n\n## Installation\n\nTo install `snowball_ext`, execute this in the extension's directory:\n\n```shell\nmake install USE_PGXS=1\n```\n\n\u003e **Important:** Don't forget to set the `PG_CONFIG` variable\n\u003e (`make PG_CONFIG=...`) in case you want to test `snowball_ext` on a\n\u003e non-default or custom build of PostgreSQL. Read more\n\u003e [here](https://wiki.postgresql.org/wiki/Building_and_Installing_PostgreSQL_Extension_Modules).\n\nAfter that, execute the following query:\n```plpgsql\nCREATE EXTENSION snowball_ext;\n```\n\nIt's done. Now you can test a new text search dictionary:\n\n```plpgsql\nSELECT to_tsvector('nepali', 'अँगअँकाउछन्');\n to_tsvector\n-------------\n 'अँगअँकाउ':1\n```\n\n## Authors\n\n * Arthur Zakirov \u003ca.zakirov@postgrespro.ru\u003e, Postgres Professional Ltd.\n * Ingroj Shrestha \u003cing.stha@gmail.com\u003e, Nepali NLP Group\n * Oleg Bartunov \u003cobartunov@gmail.com\u003e, Postgres Professional Ltd.\n * Shreeya Singh Dhakal, Nepali NLP Group","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostgrespro%2Fsnowball_ext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpostgrespro%2Fsnowball_ext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpostgrespro%2Fsnowball_ext/lists"}