{"id":15429833,"url":"https://github.com/wooorm/stmr","last_synced_at":"2025-04-19T16:54:31.151Z","repository":{"id":24554926,"uuid":"27962009","full_name":"wooorm/stmr","owner":"wooorm","description":"Porter Stemmer CLI","archived":false,"fork":false,"pushed_at":"2020-06-16T08:10:50.000Z","size":17,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-29T10:33:48.657Z","etag":null,"topics":["porter","stemmer","stemming"],"latest_commit_sha":null,"homepage":null,"language":"C","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/wooorm.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":"funding.yml","license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"wooorm"}},"created_at":"2014-12-13T13:52:14.000Z","updated_at":"2021-03-11T19:32:12.000Z","dependencies_parsed_at":"2022-08-22T23:40:30.785Z","dependency_job_id":null,"html_url":"https://github.com/wooorm/stmr","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/wooorm%2Fstmr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooorm%2Fstmr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooorm%2Fstmr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wooorm%2Fstmr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wooorm","download_url":"https://codeload.github.com/wooorm/stmr/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249743232,"owners_count":21319077,"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":["porter","stemmer","stemming"],"created_at":"2024-10-01T18:13:05.468Z","updated_at":"2025-04-19T16:54:31.132Z","avatar_url":"https://github.com/wooorm.png","language":"C","funding_links":["https://github.com/sponsors/wooorm"],"categories":[],"sub_categories":[],"readme":"# stmr(1) [![Build Status][travis-badge]][travis]\n\nMartin Porter’s [Stemming algorithm][algo] as a C CLI.\nThere’s also an API: [stmr(3)][api].\n\n## Installation\n\n[clib][]:\n\n```bash\nclib install wooorm/stmr\n```\n\nOr clone the repo, then `make install`.\n\n## Usage\n\n```bash\nUsage: stmr [options] file\n\nOptions:\n\n  -h, --help           output usage information\n  -v, --version        output version number\n  -e, --eval string    output stemmed word\n\nUsage:\n\n# stem a word\n$ stmr -e nationalism\n# nation\n\n# print stems\n$ stmr in.txt\n\n# write stems to out.txt\n$ stmr in.txt \u003e out.txt\n\n# stdin and stdout\n$ echo \"Internationalise\" | stmr\n# internationalis\n```\n\n## Related\n\n*   [`stemmer`][lib] — Same algorithm in JavaScript\n*   [`stmr`][api] — API in C\n\n## License\n\n[MIT][license] © [Titus Wormer][author]\n\n\u003c!-- Definitions --\u003e\n\n[travis-badge]: https://img.shields.io/travis/wooorm/stmr.svg\n\n[travis]: https://travis-ci.org/wooorm/stmr\n\n[license]: license\n\n[author]: https://wooorm.com\n\n[algo]: https://tartarus.org/martin/PorterStemmer/\n\n[api]: https://github.com/wooorm/stmr.c\n\n[lib]: https://github.com/words/stemmer\n\n[clib]: https://github.com/clibs/clib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooorm%2Fstmr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwooorm%2Fstmr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwooorm%2Fstmr/lists"}