niekveldhuis / Digital-Assyriology

Tools and Examples for Computational Text Analysis for Assyriologists.
11 stars 2 forks source link

explore topic modeling #5

Closed niekveldhuis closed 8 years ago

niekveldhuis commented 8 years ago

conceptually (what does topic modeling do?): watch a video by David Mimno practically: how to do topic modeling: study the Introduction and Tutorials for gensim To try, you may use the corpus of Neo-Assyrian letters imported by import_saa_letters.ipynb (in Topic_model_saao) You may also do some random research on topic modeling on the web.

niekveldhuis commented 8 years ago

Huidi explored the video by David Mimno and read the article beginners guide to topic modeling in Python.