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.
With time, this will become a reusable component for doing LSA, but not just yet!
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.