0.0.19 • Published 6 years ago

@anilredshift/nlp v0.0.19

Weekly downloads
-
License
BSD
Repository
github
Last release
6 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

6 years ago

0.0.18

6 years ago

0.0.16

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago