lda icon indicating copy to clipboard operation
lda copied to clipboard

LDA topic modeling for node.js

Results 5 lda issues
Sort by recently updated
recently updated
newest added

- Merge PR for https://github.com/primaryobjects/lda/pull/16

Registration of the stopwords without a PR for another languages.

enhancement

I'd like to be able to add sentences over time to the corpus, and not all at once. Something like: ` var index = lda.addSentence('string') // returns an array index...

enhancement

I've built a Czech (cs-CZ) stop-word list and I have been using this for a while now. I would like to contribute the list to the project