VCUWrightCenter / TopExApp

TopExApp is a graphical user interface for the TopEx Python package. TopEx allows the exploration of topics present in a group of text documents by clustering sentences together that relay common ideas or themes.
GNU General Public License v3.0
7 stars 0 forks source link

change CSV input to Excel file input #125

Closed AmyOlex closed 2 years ago

AmyOlex commented 2 years ago

CSV input is really pipe delimited input, which is not easily done. Need to write a method to change this to Excel file input. Amy has a script to do this already, so need to convert it to a function.

etfrenchvcu commented 2 years ago

Done