Is there any implementation (a stable/or not release) in Java for Dynamic Topic Modeling?
David Blei‘s lab at Columbia University has a GitHub at Blei-Lab, however at leastturbotopics is in Python. LingPipe and MALLET are both Java and should handle Latent Dirichlet allocation and Topic modeling, if not Dynamic topic modeling.
See also my quick and dirty webpages: