blei-lab / lda-c

This is a C implementation of variational EM for latent Dirichlet allocation (LDA), a topic model for text or other discrete data.
GNU Lesser General Public License v2.1
166 stars 93 forks source link

Fix include guard #1

Closed rpoddighe closed 9 years ago

rpoddighe commented 9 years ago

I was playing around with the lda-c code and I noticed there was a typo in the include guard of lda-model.h.