Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

porter-stemmer

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

porter-stemmer

Martin Porter's stemmer wrapped in CommonJS for use in node.js

  • 0.9.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

porter.js

Martin Porter's stemmer wrapped in CommonJS for use in node.js.

Includes a nodeunit test case to verify that the sample input vocabulary Porter provides is stemmed to the expected output.

This is merely a wrapping of the javascript port done by "Andargor" with subsequent revisions by Christopher McKenzie. More information is available on Porter's site via the link given above.

Installation

npm install porter-stemmer

or git clone this repo.

Example

> var stemmer = require('./porter').stemmer
> stemmer('Smurftastic')
'Smurftast'

FAQs

Package last updated on 28 May 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc