dartmouth-cs98-23f / project-short-learning

project-short-learning created by GitHub Classroom
0 stars 0 forks source link

Gensim LDA model (+ input pre-processing) #66

Closed banshee56 closed 10 months ago

banshee56 commented 10 months ago

Implement the Gensim LDA model/LDAMulticore model and begin comparing results with sklearn's LDA model. Write better input pre-processing (such as removal of punctuation, stop-words) as well.