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
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
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
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
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
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
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
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
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
>
>
>
>
>
hello there
i like to re-rank lucene TopDoc result set.
where shall i start
thanks
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
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
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
13 matches
Mail list logo