Pylucene build issue on ubuntu : cannot find lpython2.5

2010-03-10 Thread sudhir singh rana
Hi,
Hi all,

I am getting following error while buiding jcc for pylucene

/usr/bin/ld: cannot find -lpython2.5
collect2: ld returned 1 exit status

any idea which thing is causing this problem.

I am using pylucene 3.0.0.1 version with python 2.5.4 and java-6-sun

Thanks
Raj


use of carrot2 with pylucene/python

2010-03-28 Thread sudhir singh rana
Hi,

Any idea about use of carrot2 clustering in pylucene?

Thanks
Sudhir


Re: use of carrot2 with pylucene/python

2010-03-28 Thread sudhir singh rana
I added all jar's of Carrot in makefile but while doing make it is
giving me following errror.

jcc.cpp.JavaError: java.lang.UnsatisfiedLinkError: no nni_lapack in
java.library.path
Java stacktrace:
java.lang.UnsatisfiedLinkError: no nni_lapack in java.library.path
   at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1698)
   at java.lang.Runtime.loadLibrary0(Runtime.java:840)
   at java.lang.System.loadLibrary(System.java:1047)
   at nni.LAPACK.(LAPACK.java:37)


After that I installed lapack using yum and error remains same. Can
anyone please tell me how to fix java.lang.UnsatisfiedLinkError.

Thanks in advance

On Sun, Mar 28, 2010 at 7:02 PM, sudhir singh rana
 wrote:
> Hi,
>
> Any idea about use of carrot2 clustering in pylucene?
>
> Thanks
> Sudhir
>


are pylucene function thread safe?

2010-04-11 Thread sudhir singh rana
Hi,

I want to know whether searcher.search function, MultiFieldQueryParser.parse
etc are thread safe.

Can I use same object of searcher in multiple threads.

thanks in advance