Skip to content

Latest commit

 

History

History

nlp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Natural Language Processing

Standard library natural language processing (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 ) );