RE: Arabic Analyzer

2011-02-05 Thread Prescott Nasser

Unfortunately, I don't think we have that. We're working on creating a new port 
of the java lucene code, but I don't know the timeline yet - I'm sure there 
will be a lot of chatter on this mailing list soon.
 
~Prescott






> Date: Sat, 5 Feb 2011 22:57:11 +
> Subject: Arabic Analyzer
> From: b...@planetcloud.co.uk
> To: lucene-net-dev@lucene.apache.org
>
> Is there an Arabic Analyzer available for Lucene.NET. I see there has been
> one contributed to the Java project but wasn't sure if this has been ported.
>
> Thanks,
>
> Ben 

Re: Arabic Analyzer

2011-02-06 Thread Ben Foster
Is it still possible to use fixed term queries in Arabic (i.e. NOT using an
Analyzer)?

Thanks
Ben

On 6 February 2011 00:51, Prescott Nasser  wrote:

>
> Unfortunately, I don't think we have that. We're working on creating a new
> port of the java lucene code, but I don't know the timeline yet - I'm sure
> there will be a lot of chatter on this mailing list soon.
>
> ~Prescott
>
>
>
>
>
> 
> > Date: Sat, 5 Feb 2011 22:57:11 +
> > Subject: Arabic Analyzer
> > From: b...@planetcloud.co.uk
> > To: lucene-net-dev@lucene.apache.org
> >
> > Is there an Arabic Analyzer available for Lucene.NET. I see there has
> been
> > one contributed to the Java project but wasn't sure if this has been
> ported.
> >
> > Thanks,
> >
> > Ben
>



-- 

Ben Foster

planetcloud
The Elms, Hawton
Newark-on-Trent
Nottinghamshire
NG24 3RL

www.planetcloud.co.uk


Re: Arabic Analyzer

2011-02-06 Thread Ben Foster
Thanks Digy, I'll give it a whirl tomorrow.
-Original Message-
From: "Digy" 
Date: Sun, 6 Feb 2011 23:58:01 
To: 
Reply-To: lucene-net-dev@lucene.apache.org
Subject: RE: Arabic Analyzer

Here is a port of lucene.java's arabic analyzer (
https://issues.apache.org/jira/browse/LUCENENET-392 )

You can safely remove nunit dependency and test cases from the project.

DIGY

-Original Message-
From: Ben Foster [mailto:b...@planetcloud.co.uk] 
Sent: Sunday, February 06, 2011 5:47 PM
To: lucene-net-dev@lucene.apache.org
Subject: Re: Arabic Analyzer

Is it still possible to use fixed term queries in Arabic (i.e. NOT using an
Analyzer)?

Thanks
Ben

On 6 February 2011 00:51, Prescott Nasser  wrote:

>
> Unfortunately, I don't think we have that. We're working on creating a new
> port of the java lucene code, but I don't know the timeline yet - I'm sure
> there will be a lot of chatter on this mailing list soon.
>
> ~Prescott
>
>
>
>
>
> 
> > Date: Sat, 5 Feb 2011 22:57:11 +
> > Subject: Arabic Analyzer
> > From: b...@planetcloud.co.uk
> > To: lucene-net-dev@lucene.apache.org
> >
> > Is there an Arabic Analyzer available for Lucene.NET. I see there has
> been
> > one contributed to the Java project but wasn't sure if this has been
> ported.
> >
> > Thanks,
> >
> > Ben
>



-- 

Ben Foster

planetcloud
The Elms, Hawton
Newark-on-Trent
Nottinghamshire
NG24 3RL

www.planetcloud.co.uk



RE: Arabic Analyzer

2011-02-06 Thread Prescott Nasser

Hey Digy,
 
Do you use sharpen (or some other conversion tool) or for such minimal amounts 
of code, do you just port it by hand?
 
~Prescott






> From: digyd...@gmail.com
> To: lucene-net-dev@lucene.apache.org
> Subject: RE: Arabic Analyzer
> Date: Sun, 6 Feb 2011 23:58:01 +0200
>
> Here is a port of lucene.java's arabic analyzer (
> https://issues.apache.org/jira/browse/LUCENENET-392 )
>
> You can safely remove nunit dependency and test cases from the project.
>
> DIGY
>
> -Original Message-
> From: Ben Foster [mailto:b...@planetcloud.co.uk]
> Sent: Sunday, February 06, 2011 5:47 PM
> To: lucene-net-dev@lucene.apache.org
> Subject: Re: Arabic Analyzer
>
> Is it still possible to use fixed term queries in Arabic (i.e. NOT using an
> Analyzer)?
>
> Thanks
> Ben
>
> On 6 February 2011 00:51, Prescott Nasser wrote:
>
> >
> > Unfortunately, I don't think we have that. We're working on creating a new
> > port of the java lucene code, but I don't know the timeline yet - I'm sure
> > there will be a lot of chatter on this mailing list soon.
> >
> > ~Prescott
> >
> >
> >
> >
> >
> > 
> > > Date: Sat, 5 Feb 2011 22:57:11 +
> > > Subject: Arabic Analyzer
> > > From: b...@planetcloud.co.uk
> > > To: lucene-net-dev@lucene.apache.org
> > >
> > > Is there an Arabic Analyzer available for Lucene.NET. I see there has
> > been
> > > one contributed to the Java project but wasn't sure if this has been
> > ported.
> > >
> > > Thanks,
> > >
> > > Ben
> >
>
>
>
> --
>
> Ben Foster
>
> planetcloud
> The Elms, Hawton
> Newark-on-Trent
> Nottinghamshire
> NG24 3RL
>
> www.planetcloud.co.uk
> 

RE: Arabic Analyzer

2011-02-06 Thread Digy
By Hand. Find-Replace is your best friend :)

DIGY


-Original Message-
From: Prescott Nasser [mailto:geobmx...@hotmail.com] 
Sent: Monday, February 07, 2011 12:02 AM
To: lucene-net-dev@lucene.apache.org
Subject: RE: Arabic Analyzer


Hey Digy,
 
Do you use sharpen (or some other conversion tool) or for such minimal
amounts of code, do you just port it by hand?
 
~Prescott






> From: digyd...@gmail.com
> To: lucene-net-dev@lucene.apache.org
> Subject: RE: Arabic Analyzer
> Date: Sun, 6 Feb 2011 23:58:01 +0200
>
> Here is a port of lucene.java's arabic analyzer (
> https://issues.apache.org/jira/browse/LUCENENET-392 )
>
> You can safely remove nunit dependency and test cases from the project.
>
> DIGY
>
> -Original Message-
> From: Ben Foster [mailto:b...@planetcloud.co.uk]
> Sent: Sunday, February 06, 2011 5:47 PM
> To: lucene-net-dev@lucene.apache.org
> Subject: Re: Arabic Analyzer
>
> Is it still possible to use fixed term queries in Arabic (i.e. NOT using
an
> Analyzer)?
>
> Thanks
> Ben
>
> On 6 February 2011 00:51, Prescott Nasser wrote:
>
> >
> > Unfortunately, I don't think we have that. We're working on creating a
new
> > port of the java lucene code, but I don't know the timeline yet - I'm
sure
> > there will be a lot of chatter on this mailing list soon.
> >
> > ~Prescott
> >
> >
> >
> >
> >
> > 
> > > Date: Sat, 5 Feb 2011 22:57:11 +
> > > Subject: Arabic Analyzer
> > > From: b...@planetcloud.co.uk
> > > To: lucene-net-dev@lucene.apache.org
> > >
> > > Is there an Arabic Analyzer available for Lucene.NET. I see there has
> > been
> > > one contributed to the Java project but wasn't sure if this has been
> > ported.
> > >
> > > Thanks,
> > >
> > > Ben
> >
>
>
>
> --
>
> Ben Foster
>
> planetcloud
> The Elms, Hawton
> Newark-on-Trent
> Nottinghamshire
> NG24 3RL
>
> www.planetcloud.co.uk
> =



RE: Arabic Analyzer

2011-02-06 Thread Digy
Although it is a minimal code it took about 2 hours to port these (6+3)
classes and then test.

DIGY

-Original Message-
From: Prescott Nasser [mailto:geobmx...@hotmail.com] 
Sent: Monday, February 07, 2011 12:02 AM
To: lucene-net-dev@lucene.apache.org
Subject: RE: Arabic Analyzer


Hey Digy,
 
Do you use sharpen (or some other conversion tool) or for such minimal
amounts of code, do you just port it by hand?
 
~Prescott






> From: digyd...@gmail.com
> To: lucene-net-dev@lucene.apache.org
> Subject: RE: Arabic Analyzer
> Date: Sun, 6 Feb 2011 23:58:01 +0200
>
> Here is a port of lucene.java's arabic analyzer (
> https://issues.apache.org/jira/browse/LUCENENET-392 )
>
> You can safely remove nunit dependency and test cases from the project.
>
> DIGY
>
> -Original Message-
> From: Ben Foster [mailto:b...@planetcloud.co.uk]
> Sent: Sunday, February 06, 2011 5:47 PM
> To: lucene-net-dev@lucene.apache.org
> Subject: Re: Arabic Analyzer
>
> Is it still possible to use fixed term queries in Arabic (i.e. NOT using
an
> Analyzer)?
>
> Thanks
> Ben
>
> On 6 February 2011 00:51, Prescott Nasser wrote:
>
> >
> > Unfortunately, I don't think we have that. We're working on creating a
new
> > port of the java lucene code, but I don't know the timeline yet - I'm
sure
> > there will be a lot of chatter on this mailing list soon.
> >
> > ~Prescott
> >
> >
> >
> >
> >
> > 
> > > Date: Sat, 5 Feb 2011 22:57:11 +
> > > Subject: Arabic Analyzer
> > > From: b...@planetcloud.co.uk
> > > To: lucene-net-dev@lucene.apache.org
> > >
> > > Is there an Arabic Analyzer available for Lucene.NET. I see there has
> > been
> > > one contributed to the Java project but wasn't sure if this has been
> > ported.
> > >
> > > Thanks,
> > >
> > > Ben
> >
>
>
>
> --
>
> Ben Foster
>
> planetcloud
> The Elms, Hawton
> Newark-on-Trent
> Nottinghamshire
> NG24 3RL
>
> www.planetcloud.co.uk
> =