uwdata / termite-data-server

Data Server for Topic Models
BSD 3-Clause "New" or "Revised" License
121 stars 46 forks source link

List of key-value pairs for TopTermsPerTopic #13

Closed jcchuang closed 10 years ago

jcchuang commented 10 years ago

@alisonmsmith: The latest itm/gib API now generates a list of key-value pairs for TopTermsPerTopic. What is the purpose of the "class" key.

https://github.com/alisonmsmith/termite-ui/blob/510512f081e14f632900f2dd797469e5a5c7562b/public_html/app/js/controllers.js#L192-L198

jcchuang commented 10 years ago

Renamed keys to [term, value] from [term, freq] to match the GIB visualization convention.

0975daf