Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

English lemmatizer

License

NotificationsYou must be signed in to change notification settings

winkjs/wink-lemmatizer

Repository files navigation

English lemmatizer

Build StatusCoverage StatusGitter

Obtain base form orlemma of nouns, verbs and adjectives usingwink-lemmatizer.

Installation

Usenpm to install:

npm install wink-lemmatizer --save

Getting Started

// Load wink-lemmatizervarlemmatize=require('wink-lemmatizer');// Lemmatize adjectiveslemmatize.adjective('farthest');// -> 'far'lemmatize.adjective('coolest');// -> 'cool'lemmatize.adjective('easier');// -> 'easy'// Lemmatize nounslemmatize.noun('knives');// -> 'knife'lemmatize.noun('potatoes');// -> 'potato'lemmatize.noun('men');// -> 'man'// Lemmatize verbslemmatize.verb('eaten');// -> 'eat'lemmatize.verb('pushes');// -> 'push'lemmatize.verb('suggesting');// -> 'suggest'

Documentation

Check out thelemmatizer API documentation to learn more.

Need Help?

If you spot a bug and the same has not yet been reported, raise a newissue or consider fixing it and sending a pull request.

About wink

Wink is a family of open source packages forNatural Language Processing,Machine Learning, andStatistical Analysis in NodeJS. The code isthoroughly documented for easy human comprehension and has atest coverage of ~100% for reliability to build production grade solutions.

Copyright & License

wink-lemmatizer is copyright 2017-20GRAYPE Systems Private Limited.

It is licensed under the terms of the MIT License.


[8]ページ先頭

©2009-2025 Movatter.jp