[Xapian-devel] Xapian-devel Digest, Vol 90, Issue 1

Jianping Wang wangjpzju at gmail.com
Thu Oct 4 11:02:04 BST 2012


Hi, all guys:

I invented a new ranking algorithm inspired by the theory of spread
activation and probabilistic model, which can find the latent semantic
relationship between docs and terms, and I took one afternoon to implement
this idea, which is almost linear time, and the testing result shows that
the speed of this algorithm is much faster than the famous Latent Semantic
Analysis algorithm,while the affect is almost as good as the LSA.
I wanna share my idea to all of you and add the algorithm to the Xapian
project, and I think the Xapian will return better result the user wants
with my algorithm then.
2012/10/3 <xapian-devel-request at lists.xapian.org>

> Send Xapian-devel mailing list submissions to
>         xapian-devel at lists.xapian.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.xapian.org/mailman/listinfo/xapian-devel
> or, via email, send a message with subject or body 'help' to
>         xapian-devel-request at lists.xapian.org
>
> You can reach the person managing the list at
>         xapian-devel-owner at lists.xapian.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xapian-devel digest..."
>
>
> Today's Topics:
>
>    1. Exception in thread "main" java.lang.UnsatisfiedLinkError: no
>       xapian_jni in java.library.path (Naveen A.N.)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 2 Oct 2012 18:12:47 +0530
> From: "Naveen A.N." <naveen at searchlabs.org>
> Subject: [Xapian-devel] Exception in thread "main"
>         java.lang.UnsatisfiedLinkError: no xapian_jni in java.library.path
> To: xapian-devel at lists.xapian.org
> Message-ID:
>         <
> CAN4Td5pQrJoc_h8b2cScWhfdCDST6T9C9n3s3KW+hE4W_eH-9Q at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello
>
> I am trying to use the java binding for xapian .
>
> I am using ubuntu i have compiled the java binding and i got .so and .jar
> file in build directory.
>
> i tried to compiled the sample program from eclipse i get this exception
>
> Exception in thread "main" java.lang.UnsatisfiedLinkError: no xapian_jni in
> java.library.path
> at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1681)
> at java.lang.Runtime.loadLibrary0(Runtime.java:840)
> at java.lang.System.loadLibrary(System.java:1047)
> at org.xapian.XapianJNI.<clinit>(XapianJNI.java:44)
> at org.xapian.WritableDatabase.<init>(WritableDatabase.java:42)
> at SimpleIndex.main(SimpleIndex.java:41)
>
> Where do i need to copy the .so file and i am using openjdk.
>
> regards,
> Naveen.A.N
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.xapian.org/pipermail/xapian-devel/attachments/20121002/d8b44e75/attachment.html
> >
>
> ------------------------------
>
> _______________________________________________
> Xapian-devel mailing list
> Xapian-devel at lists.xapian.org
> http://lists.xapian.org/mailman/listinfo/xapian-devel
>
>
> End of Xapian-devel Digest, Vol 90, Issue 1
> *******************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20121004/e67cc047/attachment.htm>


More information about the Xapian-devel mailing list