0.0.19 • Published 7 years ago

@anilredshift/nlp v0.0.19

Weekly downloads
-
License
BSD
Repository
github
Last release
7 years ago

@anilredshift/nlp

https://github.com/clips/pattern/ contains a suite of NLP tools, written in python2. This is a javascript port of the text features of pattern.

The codebase is compatible with both browsers as well as node.

Currently implemented

v0.0.18 - en.singularize()

Usage

import nlp from '@anilredshift/nlp'
nlp.en.singularize('rookies'); // returns 'rookie'

Installation

yarn add @anilredshift/nlp

Compiling

yarn build

Distributing

npm version patch && yarn deploy

Running the tests

yarn test

0.0.19

7 years ago

0.0.18

7 years ago

0.0.16

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago