Socket
Socket
Sign inDemoInstall

wink-porter2-stemmer

Package Overview
Dependencies
0
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "wink-porter2-stemmer",
"version": "1.0.2",
"version": "1.0.3",
"description": "Implementation of Porter Stemmer Algorithm V2 by Dr Martin F Porter",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,7 +6,7 @@

### [![Build Status](https://api.travis-ci.org/decisively/wink-utils.svg?branch=master)](https://travis-ci.org/decisively/wink-utils) [![Coverage Status](https://coveralls.io/repos/github/decisively/wink-utils/badge.svg?branch=master)](https://coveralls.io/github/decisively/wink-utils?branch=master)
### [![Build Status](https://api.travis-ci.org/decisively/wink-porter2-stemmer.svg?branch=master)](https://travis-ci.org/decisively/wink-porter2-stemmer) [![Coverage Status](https://coveralls.io/repos/github/decisively/wink-porter2-stemmer/badge.svg?branch=master)](https://coveralls.io/github/decisively/wink-porter2-stemmer?branch=master)
<img align="right" src="https://decisively.github.io/wink-logos/logo-title.png" width="100px" >
**wink-porter2-stemmer** is a part of **wink**, which is a family of Machine Learning NPM packages. They consist of simple and/or higher order functions that can be combined with NodeJS `stream` and `child processes` to create recipes for analytics driven business solutions.
**wink-porter2-stemmer** is a part of **[wink](https://www.npmjs.com/~sanjaya)**, which is a family of Machine Learning NPM packages. They consist of simple and/or higher order functions that can be combined with NodeJS `stream` and `child processes` to create recipes for analytics driven business solutions.

@@ -13,0 +13,0 @@ [Stemming](https://en.wikipedia.org/wiki/Stemming) reduces an inflected word into its base form, for example *learning* to *learn*. It is used extensively in Natural Language Processing (NLP).

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc