@stdlib/nlp
TypeScript icon, indicating that this package has built-in type declarations

0.0.11 • Public • Published

Natural Language Processing

NPM version Build Status Coverage Status dependencies

Standard library natural language processing (NLP).

Installation

npm install @stdlib/nlp

Usage

var nlp = require( '@stdlib/nlp' );

nlp

Standard library natural language processing (NLP).

var fcns = nlp;
// returns {...}

Examples

var objectKeys = require( '@stdlib/utils/keys' );
var nlp = require( '@stdlib/nlp' );

console.log( objectKeys( nlp ) );

Notice

This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.

For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.

Community

Chat


License

See LICENSE.

Copyright

Copyright © 2016-2021. The Stdlib Authors.

Install

npm i @stdlib/nlp

Homepage

stdlib.io

DownloadsWeekly Downloads

23,267

Version

0.0.11

License

Apache-2.0

Unpacked Size

120 kB

Total Files

45

Last publish

Collaborators

  • stdlib-bot
  • kgryte
  • planeshifter
  • rreusser