topicdoc
topicdoc copied to clipboard
Topic-Specific Diagnostics for LDA and CTM Topic Models
My initial thoughts are that this package should support the existing diagnostics for structural topic models fit using the stm library. Maybe give the user the option to use that...
This is more of a _feature request_ rather than an issue. I was wondering if you are planning to implement any support for model diagnostics of topic models in embedded...
In the function `coherence`, shouldn't it be `for (l in 1:(m - 1))` instead of `for (l in 1:(top_n_tokens - 1))`? Otherwise, you are counting some but not all of...