Results 1 to 1 of 1
- 02-22-2011, 10:33 PM #1
Member
- Join Date
- Aug 2008
- Posts
- 46
- Rep Power
- 0
Lucene: output elaborated data by adding IR information to it
I need to process a database in order to add meta-information such as td-idf weights to the documents terms.
Successively I need to create document pairs with similarity measures such as td-idf cosine similarity, etc...
I'm planning to use Apache Lucene for this task. I'm actually not interested in the retrieval, or running a query, but in indexing the data and elaborate them in order to generate an output file with the above mentioned document pairs and similarity scores. The next step would be to pass these results to a Weka classifier.
Can I easily do it with Lucene ? thanks
Similar Threads
-
Adding line numbers to code in output file
By misterwebb in forum New To JavaReplies: 2Last Post: 02-14-2011, 12:37 AM -
How to write output data to a file
By xana in forum NetBeansReplies: 39Last Post: 08-14-2010, 01:19 AM -
help with data output, input
By collin389 in forum New To JavaReplies: 3Last Post: 11-11-2009, 05:34 PM -
Weird data output
By Shaolin in forum New To JavaReplies: 12Last Post: 12-11-2007, 04:27 PM -
Adding information to a JTable in a JTabbedPane
By bigpappatrader in forum AWT / SwingReplies: 0Last Post: 12-05-2007, 07:09 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks