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

Updates to field indexing

Open chrismattmann opened this issue 10 years ago • 2 comments

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 in me pushing this upstream? Also what are the chances that we'll get this integrated without having to run LDA outside of this tool? Thank you!

chrismattmann avatar Aug 14 '15 02:08 chrismattmann

@chrismattmann Thanks for your changes! I'm happy to merge those changes in; I'll add some comments on the commit you linked to.

Re: not having having to run LDA outside of this tool. This is the most pressing feature to add, definitely. The task is captured in #3. I don't have a lot of time to work on it in the immediate future, but as always, if you or one of your students wants to tackle it, I would be very grateful.

stepthom avatar Aug 14 '15 12:08 stepthom

Thanks @stepthom I'll have my students work on this in the Fall semester, which starts in a week and a half :) :+1:

chrismattmann avatar Aug 18 '15 00:08 chrismattmann