@anilredshift/nlp

0.0.19 • Public • Published

@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

Dependencies (0)

    Dev Dependencies (17)

    Package Sidebar

    Install

    npm i @anilredshift/nlp

    Weekly Downloads

    0

    Version

    0.0.19

    License

    BSD

    Unpacked Size

    242 kB

    Total Files

    7

    Last publish

    Collaborators

    • anilredshift