Re: JavaCC Download

2007-06-30 Thread Mahdi Rahimi
acc.dev.java.net/files/documents/17/26777/javacc-4.0.zip > > Or if you want the .tar.gz archive: > > wget --no-check-certificate > https://javacc.dev.java.net/files/documents/17/26776/javacc-4.0.tar.gz > > jiang jialin wrote: >> you must registe first >> &g

Re: JavaCC Download

2007-06-27 Thread Mahdi Rahimi
> wget --no-check-certificate > https://javacc.dev.java.net/files/documents/17/26776/javacc-4.0.tar.gz > > jiang jialin wrote: >> you must registe first >> >> 2007/6/23, Mahdi Rahimi <[EMAIL PROTECTED]>: >>> >>> >>> Hi Steven. >>> &

Similarity algorithm

2007-06-26 Thread Mahdi Rahimi
In the name of God. Hi ALL. I'm looking for some resources about Lucene Similarity algorithm. I want to change it for my special aims. Can anyone help me and introduce some references? Is "Lucene in Action" book usefull for me? How can I find PDF or DOC file of this book? Also, I want to change

Re: JavaCC Download

2007-06-22 Thread Mahdi Rahimi
Hi Steven. When i access to this address, this message appread Forbidden You don't have permission to access /servlets/ProjectHome on this server. What's the problem? Thakns. Steven Rowe wrote: > > Mahdi Rahimi wrote: >> Hi. >> >> How can I access

JavaCC Download

2007-06-21 Thread Mahdi Rahimi
Hi. How can I access JavaCC?? Thanks -- View this message in context: http://www.nabble.com/JavaCC-Download-tf3958940.html#a11233766 Sent from the Lucene - Java Users mailing list archive at Nabble.com.

Understanding QueryParserTokenManager and QueryParser classes

2007-06-20 Thread Mahdi Rahimi
Hello. I want to add an operator like (*) to query syntax. Then, I need to know and understand QueryParserTokenManager and QueryParser classes well. But I don't know, how can I find documents about these classes and algorithms of identifying tokens and other things in query string . Thanks for y