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
8 stars 0 forks source link

Parallelize TopEx #126

Open AmyOlex opened 3 years ago

AmyOlex commented 3 years ago

Some are trying to run hundreds of abstracts on TopEx and it can't handle it. Look at options to parallelize the algorithm. Maybe during TF-IDF creation. This might be an issue that needs to go in the Python package repo.