I am trying to perform topic modeling on a data set of political speeches that spans 2 centuries, and would ideally like to use a topic model that accounts for time, such as Topics over Time (McCallum and Wang 2006) or the Dynamic Topic model (Blei and Lafferty 2006).
However, given that I am not an experienced coder, the help of an R package or some sample code implementing either of these topic models would really help.
Does anyone know if such packages or published code exists for R?
I have searched extensively and have also considered the Structural Topics Model, but I am unsure if this would be the way to go.
Thank you very much in advance.