Search-Lemur

This module will make it easy to interact with a Lemur Toolkit for Language Modeling and Information Retrieval server for information retreival exercises. For more information on Lemur, see http://www.lemurproject.org/.

This module takes care of all parsing of responses from the server. You can just pass a query as a space-separated list of terms, and the module will give you back an array of result objects.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Search::Lemur

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/Search-Lemur

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Search-Lemur

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/Search-Lemur

CPAN Ratings:

http://cpanratings.perl.org/d/Search-Lemur

COPYRIGHT AND LICENCE

Copyright (C) 2007 Patrick Kaeding

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.