Re: Boolean parser..

2007-10-05 Thread Bruno Desthuilliers
Paul McGuire a écrit : (snip) May I suggest a couple cleanifications for our newbie friends around ? > from searchparser import SearchQueryParser > > products = [ "grape juice", "grape jelly", "orange juice", "orange > jujubees", > "strawberry jam", "prune juice", "prune butter", "orange >

Re: Boolean parser..

2007-10-05 Thread Paul McGuire
On Oct 5, 7:00 am, Abandoned <[EMAIL PROTECTED]> wrote: > http://pyparsing.wikispaces.com/space/showimage/searchparser.pythis > is searchparser but i can't understant to use this. > Can anybody explain this how to use ? The code demonstrates a testing example, named TestParser, which inherits from

Re: Boolean parser..

2007-10-05 Thread Paul McGuire
On Oct 4, 3:00 pm, [EMAIL PROTECTED] wrote: > On Oct 5, 7:29 am, Abandoned <[EMAIL PROTECTED]> wrote: > > > Hi.. > > I try a boolean parser in python since 1 weak.. But i can't do this > > because this is very complicated :( > > Do you know any blooean pa

Re: Boolean parser..

2007-10-05 Thread David
On 10/4/07, Abandoned <[EMAIL PROTECTED]> wrote: > Hi.. > I try a boolean parser in python since 1 weak.. But i can't do this > because this is very complicated :( > Do you know any blooean parser script in python or how do i write a > boolean parser ? > example query

Re: Boolean parser..

2007-10-05 Thread Abandoned
http://pyparsing.wikispaces.com/space/showimage/searchparser.py this is searchparser but i can't understant to use this. Can anybody explain this how to use ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Boolean parser..

2007-10-05 Thread Abandoned
On 4 Ekim, 22:29, Abandoned <[EMAIL PROTECTED]> wrote: > Hi.. > I try a boolean parser in python since 1 weak.. But i can't do this > because this is very complicated :( > Do you know any blooean parser script in python or how do i write a > boolean parser ? > example

Re: Boolean parser..

2007-10-04 Thread timaranz
On Oct 5, 7:29 am, Abandoned <[EMAIL PROTECTED]> wrote: > Hi.. > I try a boolean parser in python since 1 weak.. But i can't do this > because this is very complicated :( > Do you know any blooean parser script in python or how do i write a > boolean parser ? > example

Boolean parser..

2007-10-04 Thread Abandoned
Hi.. I try a boolean parser in python since 1 weak.. But i can't do this because this is very complicated :( Do you know any blooean parser script in python or how do i write a boolean parser ? example query: ((google or yahoo) or (live msn)) not web I'm sorry my bad english. Ki