koheiw / seededlda

LDA for semisupervised topic modeling
https://koheiw.github.io/seededlda/
73 stars 15 forks source link

dictionary term in seededlda() needs correction #15

Closed kbenoit closed 3 years ago

kbenoit commented 3 years ago

I think it should be

space = c("alien", "planet", "space")

(and gives better results) 😄