All notable changes to this project will be documented in this file. This project adheres to PEP 440: Version Identification and Dependency Specification, a slight modification of Semantic Versioning.
- Refactor of
Corpus.__init__()
. Significant memory improvements. - Refactor of stopword removal. Significant memory improvements.
- Addition of
LdaCgsViewer.labels
property. - Addition of
LdaCgsViewer.dist(doc1, doc2, dist_fn=JS_dist)
function. - Addition of
vsm.extensions.comparison.lda
[NOT YET MERGED] - Addition of
vsm.extensions.interop
[NOT YET MERGED]