The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Lemur::Result

VERSION

Version 1.0

DESCRIPTION

Stores the results from a lemur query for a single term.

Main Methods

ctf

Get the corpus term frequency for this result.

term

Get the query term for this result.

Returns the number of times this term occured in the corpus.

df

Get the document frequency for this result.

Returns the number of documents this term occurred in.

docs

Get the array of documents returned by this query.

Returns an array of resultItem objects.

equals

Test equality between this result and the given one (used mostly for testing).

AUTHOR

Patrick Kaeding, <pkaeding at cpan.org>

BUGS

Please report any bugs or feature requests to bug-search-lemur at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Search-Lemur. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Search::Lemur

    You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2007 Patrick Kaeding, all rights reserved.

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