0.1.3¶ ↑
Bugs¶ ↑
-
Fixed bug with keyword formatting
0.1.2¶ ↑
Bugs¶ ↑
-
Fixed problem where LSA was raising errors when trying to reduce dimensions of non-square matrixes. (Joseph Wilk)
0.1.1 ¶ ↑
Bugs¶ ↑
-
fixed a bug where verbose mode was getting stuck at INFO level and would never change (Joseph Wilk)
0.1.0¶ ↑
-
Changed internal representation of vector space. Using columns as documents and rows as terms. This is more consistent which LSA research papers. (Joseph Wilk)
-
Wrap DMatrix in VectorSpace::Model, allowing us to store keywords with the matrix and get pretty output (Joseph Wilk)