Made various updates.
Updated Main perl file
Fixed bug with word count not being changed in hash maps
Added Algorithm::LDA changes
Added methods to output word topic assignments within each document
Added check for convergence to stop sampling if topic assignments do not change.
Changed Gibbs Sampling algorithm and changed document loading to work with files consisting of word ids and word counts
Adding the multiple regression prediction .pl script
Edited LDA.pm
Fixed arguments for calling .jar
Created .jar capable of graphing reactions and coloring points based on method used in reaction. Created .pl to interface between user and .jar
Fixed an infinite loop
Clarified the help
Initial Commit
Cleaned code, removed unnecessary dependencies, and recreated document loading system.
Updated documentation
Update for release
removed UMLS::Interface requirement
Removing ~ documents
Removing ~ documents
Removing ~ documents
Removed intermediary documents
Initial push -- to replace Perl-LDA
Updated Documentation
Initial commit
removed nbproject directory
Modified structure
Initial commit
Modified package structure
Initial commit