0.0.1 • Published 7 years ago

node-lda-chinese v0.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
7 years ago

NPM version Build Status Coverage Status Dependencies

node-lda-chinese

=============

What is it?

This is a Node.js model for Latent Dirichlet allocation (LDA) algorithm.

Installation

Windows, Unix OS are all supported. This package also use node-jieba Install it via npm:

npm install node-lda-chinese --save

To use it inside Node.js, require the module as follows:

var ldaChinese = require( 'node-lda-chinese' );