0.0.19 • Published 8 years ago

@anilredshift/nlp v0.0.19

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

8 years ago

0.0.18

8 years ago

0.0.16

8 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago