You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MALLET has API calls to run LDA and collect the output. This could all be done in the IndexDirectoryRunLDA.java class.
This may require some changes to the internals of LDAHelper, such as the representation of the matrices (if MALLET returns something different), but should be worth it in the end,
The text was updated successfully, but these errors were encountered:
One of the much-needed features in lucene-lda is to compute LDA on the fly, for the cases when LDA has not been precomputed on the corpus.
One easy way to do this is to integrate with MALLET:
http://mallet.cs.umass.edu/
MALLET has API calls to run LDA and collect the output. This could all be done in the IndexDirectoryRunLDA.java class.
This may require some changes to the internals of LDAHelper, such as the representation of the matrices (if MALLET returns something different), but should be worth it in the end,
The text was updated successfully, but these errors were encountered: