Guest User

Untitled

a guest
Aug 10th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. --- xapian-core/docs/letor.rst (revision 16480)
  2. +++ xapian-core/docs/letor.rst (working copy)
  3. @@ -177,7 +177,7 @@
  4. Pre-requisite: libSVM
  5. =====================
  6.  
  7. -To use Xapian::Letor for learning a model and then to score the document vector, there has to be libSVM installed at system level. In order to install libSVM you can get an RPM package of libSVM and install it. You can use 'yum' or 'apt-get' kind of utilities to get it installed depending upon your linux distro. Version:libsvm-3.1 was used for the development of Letor project. libsvm-3.0-2 also works fine with the project as tested.
  8. +To use Xapian::Letor for learning a model and then to score the document vector, there has to be libSVM installed at system level. In order to install libSVM you can get an RPM package of libSVM and install it. You can use 'yum' or 'apt-get' kind of utilities to get it installed depending upon your linux distro. Please make sure you install 'libsvm-devel' and not plain 'libsvm'. Version:libsvm-3.1 was used for the development of Letor project. libsvm-3.0-2 also works fine with the project as tested.
  9.  
  10. ::
Add Comment
Please, Sign In to add comment