jarmoza / twic

Topic Words in Context (TWiC) is a highly-interactive, browser-based visualization for MALLET topic models
GNU General Public License v3.0
51 stars 2 forks source link

Code Cleanup #30

Open jarmoza opened 9 years ago

jarmoza commented 9 years ago

Code cleanup progressing as features are implemented. Latest commit SHA: 2486b6e499189327c2f3f7011b42d2617525a372 cleans up Panel and Datashape classes. More work to be done.

jarmoza commented 9 years ago

Datashape classes completely revamped in df13c23deba5ec2b24a473dfc13da2e0c418c7cb. Now just TopicBullseye and TopicRectangle. Form BindDataToNode/AppendSVGAndBindData removed/replaced with graph-specific implementation of node field assignment in the panel classes and simple Draw() called in the datashape classes.

jarmoza commented 9 years ago

Further work needed includes fixes for being able to word weights in the Data Bar immediately and methods linked to the DataShapes themselves that generate DataTiles and send them to the DataBar to be generated.