{"id":13606211,"url":"https://github.com/jedp/porter-stemmer","last_synced_at":"2025-04-12T08:30:37.479Z","repository":{"id":57327565,"uuid":"1638824","full_name":"jedp/porter-stemmer","owner":"jedp","description":"Martin Porter's stemmer for node.js","archived":false,"fork":false,"pushed_at":"2020-09-30T14:07:33.000Z","size":227,"stargazers_count":100,"open_issues_count":5,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T04:03:27.572Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/jedp.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}},"created_at":"2011-04-20T03:58:26.000Z","updated_at":"2024-11-03T21:47:43.000Z","dependencies_parsed_at":"2022-09-16T07:10:40.505Z","dependency_job_id":null,"html_url":"https://github.com/jedp/porter-stemmer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedp%2Fporter-stemmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedp%2Fporter-stemmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedp%2Fporter-stemmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jedp%2Fporter-stemmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jedp","download_url":"https://codeload.github.com/jedp/porter-stemmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248539752,"owners_count":21121228,"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":[],"created_at":"2024-08-01T19:01:07.115Z","updated_at":"2025-04-12T08:30:32.470Z","avatar_url":"https://github.com/jedp.png","language":"JavaScript","funding_links":[],"categories":["Text Search"],"sub_categories":["Reactive Programming"],"readme":"[![build status](https://secure.travis-ci.org/jedp/porter-stemmer.png)](http://travis-ci.org/jedp/porter-stemmer)\nporter.js\n=========\n\n[Martin Porter's stemmer](http://tartarus.org/~martin/PorterStemmer/) wrapped\nin CommonJS for use in node.js. \n\nDr Porter explains the stemmer thus:\n\n\u003e The Porter stemming algorithm (or ‘Porter stemmer’) is a process for removing\n\u003e the commoner morphological and inflexional endings from words in English. Its\n\u003e main use is as part of a term normalisation process that is usually done when\n\u003e setting up Information Retrieval systems.\n\nThis is merely a wrapping of work done by others.   The initial javascript port\nwas done by \"Andargor\" with substantial revisions by Christopher McKenzie.  More\ninformation is available on Porter's site via the link given above.\n\nInstallation\n------------\n\nFor node.js, using [npm](http://npmjs.org/):\n\n    npm install porter-stemmer\n\nor git clone this repo.\n\nExample\n-------\n\n    \u003e var stemmer = require('porter-stemmer').stemmer\n    \u003e stemmer('Smurftastic')\n    'Smurftast'\n\nTest Suite\n----------\n\nI have included Dr Porter's sample input and output text in a test suite.\n\nTo verify:\n\n    npm test\n    \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedp%2Fporter-stemmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjedp%2Fporter-stemmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjedp%2Fporter-stemmer/lists"}