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: Wikileaks Iraq log

2010-12-01 Thread henok sahilu
channe good luck dont'you think that can be found on the internet. i heard about wikileaks that some classified information is on the internet good luck man fero henok sahilu From: Seid Muhie To: java-user Sent: Wed, December 1, 2010 9:29:43 AM Su

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

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 th

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 wrote: From: bourne71 Subject: Re: Boosting Search Results To: java-user@lucene.apache.org Date: Sunday, August 2, 2009, 8:14 PM Thanks for all the reply. It help me to understand problem

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 wrote: From: Erick Erickson Subject: Re: A question about the relevancy To: java-user@lucene.apache.org Date: Thursday, J

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 wrote: From: Anuj Bhatt Subject: Doc IDs via IndexReader? To: java-user@lucene.apache.org Date: Wednesday, July 22, 2009, 7:58 PM Hi, I

Re: reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
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 wrote: > i like to write a code

Re: reranking Lucene TopDocs

2009-07-22 Thread henok sahilu
mean by re-rank? Reverse the sort? give different weights? Shai On Wed, Jul 22, 2009 at 4:35 PM, henok sahilu wrote: > hello there > i like to re-rank lucene TopDoc result set. > where shall i start > thanks > > > > >

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-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-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: [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