[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][codecov-image]][codecov-url] [![Dependencies][dependencies-image]][dependencies-url]
=============
This is a Node.js model for Latent Dirichlet allocation (LDA) algorithm.
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' );