Definition Extraction

2011-03-29 Thread henok sahilu
Hello All Recently, I am trying to develop an automatic definition extraction system for Amharic Language - using machine learning technique (Version Space learning). Can anyone suggest me some java codes to start with? Thank You Henok  

Re: XML results ranking

2010-07-16 Thread henok sahilu
you just have to write a parser that parse each sections of the XML document. and these documents will be indexed as a separate informational units . then the lucene ranking algorithm can over these separate sections. i can give the codes doing this thing henok good day to you -

Re: Finding duplicate records from a result set

2009-09-16 Thread henok sahilu
i have a thesis work which i have done. it was on lega documents. the XML IR systems are very susceptible for producing duplicate or near duplicate contents (not in concept, but in textual content ). here is what i did . i tag each article content in the legal documents, with their status, and

Re: Boosting Search Results

2009-08-02 Thread henok sahilu
hello there i like to know about the Boosting Search results thing thanks --- On Sun, 8/2/09, bourne71 gary...@live.com wrote: From: bourne71 gary...@live.com Subject: Re: Boosting Search Results To: java-user@lucene.apache.org Date: Sunday, August 2, 2009, 8:14 PM Thanks for all the reply.

Re: Doc IDs via IndexReader?

2009-07-28 Thread henok sahilu
hey i had the same problem. then i used TopDocs calss. it will give the first n top documets. and you can play around cheers --- On Wed, 7/22/09, Anuj Bhatt anuj.bh...@gmail.com wrote: From: Anuj Bhatt anuj.bh...@gmail.com Subject: Doc IDs via IndexReader? To: java-user@lucene.apache.org Date:

Re: A question about the relevancy

2009-07-28 Thread henok sahilu
hello there is there anyone who can tell me how to set up an XML search engine. please give an open source written in java thanks henok --- On Thu, 7/23/09, Erick Erickson erickerick...@gmail.com wrote: From: Erick Erickson erickerick...@gmail.com Subject: Re: A question about the relevancy

reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
hello there i like to re-rank lucene TopDoc result set. where shall i start thanks

Re: reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
be more specific? What do you mean by re-rank? Reverse the sort? give different weights? Shai On Wed, Jul 22, 2009 at 4:35 PM, henok sahilu henok_sah...@yahoo.comwrote: hello there i like to re-rank lucene TopDoc result set. where shall i start thanks

Re: reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
the query has returned the top N docs? why? If it's before, then given your use case, there are a number of approaches you can use during indexing and/or search time, so that your custom ranking function would be applied to documents. Shai On Wed, Jul 22, 2009 at 4:53 PM, henok sahilu henok_sah

re-ranking lucene results

2009-07-14 Thread henok sahilu
hello there i want to re-rank the lucene result set.in other words i want to re -order the documents contained in Hits object. can anyone tell me where to start. thanks

re-ranking ....

2009-07-14 Thread henok sahilu
what i want to do is re-rank the lucene result set based on my algorithm that i will write. i have some rules and based on these rules i want lucene result set be reordered. thanks

Re: [Bulk] RE: Exception at MultiSearcherThread.hits

2009-07-13 Thread henok sahilu
hello there i can search for renew but not for renewal when i index i used this code   doc.add(new Field(contents, text,Field.Store.NO,                     Field.Index.ANALYZED)); and my query was parsed    QueryParser parser = null;     File file=new File(StopWordList.txt);     parser = new