Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Ben Foster
Thanks Troy, great insight. -Original Message- From: Troy Howard Date: Mon, 14 Feb 2011 16:00:28 To: Reply-To: lucene-net-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer The QueryParser has those strings hardcoded with no facility for

Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Troy Howard
- >> From: Ben Foster [mailto:b...@planetcloud.co.uk] >> Sent: 14 February 2011 16:57 >> To: lucene-net-dev@lucene.apache.org >> Subject: RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer >> >> I'm using the one from the Lucene.Net.Analyzers zip. >> >

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Digy
lly be used. DIGY Either -Original Message- From: Ben Foster [mailto:b...@planetcloud.co.uk] Sent: Tuesday, February 15, 2011 12:25 AM To: lucene-net-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer What needs to be done to support localized query parse

Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Ben Foster
sed the other zip. That's working fine. > > Thanks > > -Original Message- > From: Ben Foster [mailto:b...@planetcloud.co.uk] > Sent: 14 February 2011 16:57 > To: lucene-net-dev@lucene.apache.org > Subject: RE: [jira] Commented: (LUCENENET-392) Arab

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Ben Foster
I should have used the other zip. That's working fine. Thanks -Original Message- From: Ben Foster [mailto:b...@planetcloud.co.uk] Sent: 14 February 2011 16:57 To: lucene-net-dev@lucene.apache.org Subject: RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer I'm using the on

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Ben Foster
From: Digy [mailto:digyd...@gmail.com] Sent: 14 February 2011 16:40 To: lucene-net-dev@lucene.apache.org Subject: RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer It is configured as "Embedded Resource" in project file. No need to load explicitly. DIGY -Original Mess

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Digy
ENENET-392) Arabic Analyzer Quick question - do I need to explicitly load the ArabicStopWords text file or can these be embedded into the assembly? Thanks, Ben -Original Message- From: Digy [mailto:digyd...@gmail.com] Sent: 10 February 2011 21:41 To: lucene-net-dev@lucene.apache.org Subject:

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-14 Thread Ben Foster
: (LUCENENET-392) Arabic Analyzer They all contain Apache License 1.1 and compatible with v1.4.3( for ex, they don't implement ReusableTokenStream of Analyzer class) There may be also other fixes in v2.9. I think they can wait till a complete review. DIGY -Original Message-

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Digy
eobmx...@hotmail.com] Sent: Thursday, February 10, 2011 11:22 PM To: lucene-net-dev@lucene.apache.org Subject: RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer Would it make sense to also commit the analyzers that Prasha converted and submitted here: https://issues.apache.org/jira/browse/LUCE

[jira] Resolved: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-392. Resolution: Fixed Assignee: Digy > Arabic Analyzer > --- > >

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Prescott Nasser
Would it make sense to also commit the analyzers that Prasha converted and submitted here: https://issues.apache.org/jira/browse/LUCENENET-372 ~P > From: digyd...@gmail.com > To: lucene-net-dev@lucene.apache.org > Subject: RE: [jira] Commented: (LUCENENET-392) Arabic Analyz

RE: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Digy
ig [mailto:bode...@apache.org] Sent: Thursday, February 10, 2011 12:10 PM To: lucene-net-dev@lucene.apache.org Subject: Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer On 2011-02-08, Digy (JIRA) wrote: > Digy commented on LUCENENET-392: > > If no o

Re: [jira] Commented: (LUCENENET-392) Arabic Analyzer

2011-02-10 Thread Stefan Bodewig
On 2011-02-08, Digy (JIRA) wrote: > Digy commented on LUCENENET-392: > > If no objections, I am going to commit it in a few days. Generally in a healthy project it is way easier to ask for forgiveness than for permission[1]. It is all under version control so th

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

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

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 &g

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/

[jira] Updated: (LUCENENET-392) Arabic Analyzer

2011-02-06 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy updated LUCENENET-392: --- Attachment: Lucene.Net.Analyzers.zip > Arabic Analyzer > --- > >

[jira] Created: (LUCENENET-392) Arabic Analyzer

2011-02-06 Thread Digy (JIRA)
Arabic Analyzer --- Key: LUCENENET-392 URL: https://issues.apache.org/jira/browse/LUCENENET-392 Project: Lucene.Net Issue Type: New Feature Environment: Lucene.Net 2.9.2 VS2010 Reporter: Digy

Re: Arabic Analyzer

2011-02-06 Thread Ben Foster
;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...@plan

RE: Arabic Analyzer

2011-02-05 Thread Prescott Nasser
: 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

Arabic Analyzer

2011-02-05 Thread Ben Foster
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