node-lda-chinese
v0.0.1
Published
a lda model for Chinese
Downloads
3
Readme
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coverage Status][codecov-image]][codecov-url] [![Dependencies][dependencies-image]][dependencies-url]
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' );