{"id":15681496,"url":"https://github.com/jbboehr/php-stemmer","last_synced_at":"2025-05-07T02:43:53.925Z","repository":{"id":26536287,"uuid":"29989563","full_name":"jbboehr/php-stemmer","owner":"jbboehr","description":"PHP extension providing stemming capability for a variety of languages ","archived":false,"fork":false,"pushed_at":"2024-06-20T03:35:55.000Z","size":67,"stargazers_count":11,"open_issues_count":2,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T05:33:10.095Z","etag":null,"topics":["libstemmer","php","php-bindings","php-extension","php-stemmer","stem-extension"],"latest_commit_sha":null,"homepage":"https://code.google.com/p/php-stemmer/","language":"Nix","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/jbboehr.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":"2015-01-28T21:39:31.000Z","updated_at":"2024-08-13T07:25:03.000Z","dependencies_parsed_at":"2024-10-23T15:29:04.128Z","dependency_job_id":null,"html_url":"https://github.com/jbboehr/php-stemmer","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/jbboehr%2Fphp-stemmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fphp-stemmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fphp-stemmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jbboehr%2Fphp-stemmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jbboehr","download_url":"https://codeload.github.com/jbboehr/php-stemmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252802626,"owners_count":21806544,"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":["libstemmer","php","php-bindings","php-extension","php-stemmer","stem-extension"],"created_at":"2024-10-03T16:55:34.255Z","updated_at":"2025-05-07T02:43:53.897Z","avatar_url":"https://github.com/jbboehr.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-stemmer\n\n[![ci](https://github.com/jbboehr/php-stemmer/actions/workflows/ci.yml/badge.svg)](https://github.com/jbboehr/php-stemmer/actions/workflows/ci.yml)\n[![Codecov](https://codecov.io/gh/jbboehr/php-stemmer/graph/badge.svg?token=DSLDXIWHC5)](https://codecov.io/gh/jbboehr/php-stemmer)\n[![Coveralls](https://coveralls.io/repos/github/jbboehr/php-stemmer/badge.svg?branch=master)](https://coveralls.io/github/jbboehr/php-stemmer?branch=master)\n\nThis stem extension for PHP provides stemming capability for a variety of\nlanguages using Dr. M.F. Porter's Snowball API. It has a much simpler API\nthan the stem extension found in pecl.\n\nThis is a cleanup of [php-stemmer](https://code.google.com/p/php-stemmer/).\nTests have been added and the bundled libstemmer has been removed. Functions\nhave been prefixed with the extension name. If you\nneed features not provided by your system's default version of libstemmer, you\ncan recompile libstemmer for your particular system.\n\n## Installation\n\n### Ubuntu\n\n```bash\nsudo apt-get install libstemmer-dev\ngit clone https://github.com/jbboehr/php-stemmer.git\ncd php-stemmer\nphpize\n./configure\nmake\n# make test\nsudo make install\n```\n\n## Usage\n\n```php\necho stemmer_stem_word('cats', 'english', 'UTF_8');  # cat\necho stemmer_stem_word('stemming', 'english', 'UTF_8');  # stem\nvar_dump(stemmer_languages()); # array(...)\n```\n\n## License\n\nThis project is licensed under the [New BSD License](http://opensource.org/licenses/BSD-3-Clause).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbboehr%2Fphp-stemmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjbboehr%2Fphp-stemmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjbboehr%2Fphp-stemmer/lists"}