lucene-lda icon indicating copy to clipboard operation
lucene-lda copied to clipboard

Using latent Dirichlet allocation (LDA) in Apache Lucene

Results 10 lucene-lda issues
Sort by recently updated
recently updated
newest added

It Throws an exception "Exception in thread "main" java.lang.NoSuchFieldError: LUCENE_35" .Then I tried changing the version in the source code to version 4.1 , then after that i am unable...

I ran Mallet on my input data and converted that to the 4 files required to run LDA. However, bin/queryWithLDA requires an Lucene index(which can be created with the bin/indexDirectory...

I was trying to get lucene-lda to work with lucene-core-4.10.5 jar. It throws compilation errors on building it with lucene-core-4.10.5-SNAPSHOT.jar . lucene-core-3.5.0.jar and lucene-analyzers-3.5.0.jar were replaced with the following jars...

##### The lucene version in lucene-lda is lucene-core-3.0.2, However in solr the lucene version: lucene-core-5.3.1. ##### So I replace lucene-core-3.0.2 with lucene-core-5.3.1, then build an install lucene-lda. then run bin/indexDirectory...

My students in my USC CSCI 572 Search engines class found the following issue had to be dealt with to get this project to work: https://github.com/chrismattmann/lucene-lda/commit/1f6c8bc76db5df9989314dae08ff04a41c57db89 Would you be interested...

If the filecodes option is not set (and hence no filename->integer mapping is provided by the user), we need to create an identity mapping that can be used in the...

bug
enhancement

I know the whole purpose of lucene-lda is to run Lucene with LDA. However, to make the tool more general and useful, we need to gracefully accept cases when LDA...

enhancement

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...

bug
enhancement

Currently, the LDAHelper class (which encapsulates all the LDA functionality) is serialized and written to disk at index time, and then read back again at query time. This is a...

enhancement

The goal of this test is to be very simple: 3 documents, a couple of easy queries, and very intuitive LDA topics. That way, it will be easy to "verify"...

enhancement