|
Class Summary |
| Corpus |
Represents a corpus of documents. |
| Document |
wrapper for a document in LDA
lda-c reference: struct document in lda.h. |
| LdaAlpha |
performs optimisation tasks
lda-c reference: functions in lda-alpha.c. |
| LdaEstimate |
lda parameter estimation
lda-c reference: functions in lda-estimate.c. |
| LdaInference |
lda inference functions
lda-c reference: functions in lda-inference.c. |
| LdaModel |
wrapper for an LDA model. |
| SearchEnglet |
SearchEnglet -- a small search engine that shows the topics for a given term
combination. |
| Utils |
Utility functions
lda-c reference: functions in utils.c |