0.0.1 • Published 5 years ago

lsa v0.0.1

Weekly downloads
6
License
BSD-3-Clause
Repository
github
Last release
5 years ago

lsajs

Latent Semantic Analysis example in JavaScript

This is a simple implementation of LSA to help me learn the core concepts of the approach to natural language understanding.

LSA Module

With time, this will become a reusable component for doing LSA, but not just yet!

Clustering

Options will be added to clustering similar results using hierarchical clustering. This is also used with another NLP module I've been working on, so I will need to work that into a separate module.

Heavily based on this Python implementation.