-
Recent Posts
Recent Comments
Categories
Tags
backpacking beer boston california cartography colors computers conspiracy consumer coverup cron database dd-wrt fibs finance fun functional-programming google government hiking homebrewing hugin jvm library maps netflix network news nuclear-power osx panoramic performance photography programming python quality question-answer recipe sanfrancsico sbt scala scalaz traffic-shaping type-erasure web
Archives
- January 2016
- April 2015
- February 2015
- May 2014
- April 2014
- February 2014
- July 2013
- April 2013
- October 2012
- March 2012
- December 2011
- November 2011
- June 2011
- December 2010
- November 2010
- August 2010
- July 2010
- June 2010
- September 2009
- August 2009
- May 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- August 2008
- July 2008
- March 2008
- February 2007
- June 2006
- May 2006
- April 2006
-
RSS Links
POD: Search::Lemur::Database
NAME
Search::Lemur::Database
VERSION
Version 1.0
DESCRIPTION
Represent information about an available database.
Main Methods
num()
Get the database number. This number is useful to pass to
Lemur->
d()
to specify which database you want to use.title()
Get the title of this database.
stem()
Gets the stemming status of this database. Returns 1 if the
database is stemmed, 0 if not.
stop()
Returns the stop word status of this database. Returns 1 if
the database is stop-worded, 0 if not.
numdocs()
Returns the number of documents in this database.
numterms()
Returns the number of terms in this database.
numuniq()
Returns the number of unique terms in this database.
avgdoclen()
Returns the average document length in this database.
Test equality between this database 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 athttp://rt.cpan.org/NoAuth/ReportBug.html.
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.
http://annocpan.org/dist/Search-Lemur
http://cpanratings.perl.org/d/Search-Lemur
http://rt.cpan.org/NoAuth/Bugs.html
http://search.cpan.org/dist/Search-Lemur
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.