-
Recent Posts
Recent Comments
Categories
Tags
apache beer beernutz bigbrother boston bottle buttons cartography computers conditioning css database deadlock draft economics firebug freedom gmail hexadecimal homebrewing html java javascript maps mbta mustache outlook performance podcasts politics productivity programming quality random recipe scala sea stackoverflow subway surveillance taxes tricks tv web wedding
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
Search::Lemur
While taking an
Information Retrieval course, our main project invloved
writing ranking systems for ranking documents returned for different
queries. These documents were returned by a server set up by the instructor
running the Lemur software. I wrote
my project in Perl. A large portion of this project invloved parsing the
results returned by Lemur’s cgi script. Of course, this was not really part
of the lesson, but I had to do it first, before I could do anything with the
data. So, When it was over, I decided to publish my parsing code on
CPAN.
Search::Lemur
You can view or download the module at it’s
CPAN page.
You can also view the perldoc for it here: