Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
## 1.0.1

2016-08-21: Owen Dall
- Added global "recordDelimiter" variable to be used throughout instead of "\n".
- Fixed minor issue with "saveState" CSV header not having a record delimiter.
- Added Row and column labels to the topicPMI csv.
- Minor edits row and column labels for the other csv definitions.

2016-08-20: Owen Dall
- Forked master branch from mimno/jsLDA in order to offer contributions to the Topic Modeling community.
- Version 1.0.1 provides bug fixes as per the Semantic Versioning 2.0.0 standard http://semver.org/
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
jsLDA
=====
jsLDA-AI
========
This is a fork of jsLDA by David Mimno with enhancements by Agile Innovations, LLC team.

2016-08-20
- Forked by Owen Dall
- Created CHANGELOG.md to follow standards suggested by https://github.com/olivierlacan/keep-a-changelog
-

An implementation of latent Dirichlet allocation in javascript. A [live demonstration](http://mimno.infosci.cornell.edu/jsLDA/jslda.html) is available.

Expand Down Expand Up @@ -42,4 +48,4 @@ Download results:
----------------

You can create reports about your topic model. Hit the `Downloads` tab.
Reports are in CSV format. The `sampling state` file contains the same information as a Mallet state file, but in a more compact format.
Reports are in CSV format. The `sampling state` file contains the same information as a Mallet state file, but in a more compact format.
Loading