senderle / topic-modeling-tool

A point-and-click tool for creating and analyzing topic models produced by MALLET.
https://senderle.github.io/topic-modeling-tool/documentation/2017/01/06/quickstart.html
Apache License 2.0
106 stars 22 forks source link

Windows 10 file paths break the tool #42

Closed senderle closed 7 years ago

senderle commented 8 years ago

For reasons that are not yet entirely clear to me, file paths that start with C: no longer work in Windows 10. Fixing this will require a workaround of some kind because the code that generates the C:-headed files is in MALLET.

senderle commented 8 years ago

This is fixed now on the changes branch; will close when we merge to master.

senderle commented 7 years ago

Fixed!