{"id":19098441,"url":"https://github.com/winkjs/wink-lemmatizer","last_synced_at":"2026-02-23T21:43:47.935Z","repository":{"id":28510373,"uuid":"118469302","full_name":"winkjs/wink-lemmatizer","owner":"winkjs","description":"English lemmatizer","archived":false,"fork":false,"pushed_at":"2023-06-04T14:55:00.000Z","size":1893,"stargazers_count":65,"open_issues_count":10,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-11T10:37:26.862Z","etag":null,"topics":["lemma","lemmatization","lemmatizer","nlp","noun","verb"],"latest_commit_sha":null,"homepage":"http://winkjs.org/wink-lemmatizer/","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/winkjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-22T14:38:33.000Z","updated_at":"2024-10-07T08:15:12.000Z","dependencies_parsed_at":"2024-06-18T18:11:19.769Z","dependency_job_id":null,"html_url":"https://github.com/winkjs/wink-lemmatizer","commit_stats":{"total_commits":47,"total_committers":2,"mean_commits":23.5,"dds":"0.23404255319148937","last_synced_commit":"ed5de7deacce3885115fd129bc91625c21959da4"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winkjs%2Fwink-lemmatizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winkjs%2Fwink-lemmatizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winkjs%2Fwink-lemmatizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winkjs%2Fwink-lemmatizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winkjs","download_url":"https://codeload.github.com/winkjs/wink-lemmatizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230016277,"owners_count":18160134,"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":["lemma","lemmatization","lemmatizer","nlp","noun","verb"],"created_at":"2024-11-09T03:45:47.005Z","updated_at":"2026-02-23T21:43:47.905Z","avatar_url":"https://github.com/winkjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wink-lemmatizer\n\nEnglish lemmatizer\n\n### [![Build Status](https://api.travis-ci.com/winkjs/wink-lemmatizer.svg?branch=master)](https://travis-ci.org/winkjs/wink-lemmatizer) [![Coverage Status](https://coveralls.io/repos/github/winkjs/wink-lemmatizer/badge.svg?branch=master)](https://coveralls.io/github/winkjs/wink-lemmatizer?branch=master) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/winkjs/Lobby)\n\n[\u003cimg align=\"right\" src=\"https://decisively.github.io/wink-logos/logo-title.png\" width=\"100px\" \u003e](https://winkjs.org/)\n\nObtain base form or [lemma](https://nlp.stanford.edu/IR-book/html/htmledition/stemming-and-lemmatization-1.html) of nouns, verbs and adjectives using **`wink-lemmatizer`**.\n\n### Installation\n\nUse [npm](https://www.npmjs.com/package/wink-lemmatizer) to install:\n\n    npm install wink-lemmatizer --save\n\n### Getting Started\n```javascript\n// Load wink-lemmatizer\nvar lemmatize = require( 'wink-lemmatizer' );\n\n// Lemmatize adjectives\nlemmatize.adjective( 'farthest' );\n// -\u003e 'far'\nlemmatize.adjective( 'coolest' );\n// -\u003e 'cool'\nlemmatize.adjective( 'easier' );\n// -\u003e 'easy'\n\n// Lemmatize nouns\nlemmatize.noun( 'knives' );\n// -\u003e 'knife'\nlemmatize.noun( 'potatoes' );\n// -\u003e 'potato'\nlemmatize.noun( 'men' );\n// -\u003e 'man'\n\n// Lemmatize verbs\nlemmatize.verb( 'eaten' );\n// -\u003e 'eat'\nlemmatize.verb( 'pushes' );\n// -\u003e 'push'\nlemmatize.verb( 'suggesting' );\n// -\u003e 'suggest'\n```\n\n### Documentation\nCheck out the [lemmatizer API documentation](https://winkjs.org/wink-lemmatizer/) to learn more.\n\n### Need Help?\n\nIf you spot a bug and the same has not yet been reported, raise a new [issue](https://github.com/winkjs/wink-lemmatizer/issues) or consider fixing it and sending a pull request.\n\n### About wink\n[Wink](https://winkjs.org/) is a family of open source packages for **Natural Language Processing**, **Machine Learning**, and **Statistical Analysis** in NodeJS. The code is **thoroughly documented** for easy human comprehension and has a **test coverage of ~100%** for reliability to build production grade solutions.\n\n### Copyright \u0026 License\n\n**wink-lemmatizer** is copyright 2017-20 [GRAYPE Systems Private Limited](http://graype.in/).\n\nIt is licensed under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinkjs%2Fwink-lemmatizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinkjs%2Fwink-lemmatizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinkjs%2Fwink-lemmatizer/lists"}