The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ReadMe.txt | 2015-06-19 | 2.2 kB | |
| RankLib-2.5.jar | 2015-06-19 | 177.9 kB | |
| Totals: 2 Items | 180.1 kB | 0 | |
This Lemur project release brings Indri 5.9, Galago 3.8 and RankLib-2.5.
Applications compiled with the Indri API require the following libraries:
z, iberty, pthread, and m on linux.
Applications built in Visual Studio require the additional library wsock32.lib.
The java jar files were built with Java 7 (jdk 1.7.0). The java UIs require Java 7.
We have tested using GCC 4.1.2 (CentOS 5.3 linux), 4.3.3 (Ubuntu 10.04 linux),
4.2.1 (OS/X), and Visual Studio 2010 and 2012 (Windows 7, WIN32 and x86_64).
Note that OS/X Yosemite (10.10) is not supported at this time.
Bug Fixes
See https://sourceforge.net/p/lemur/bugs/ for the complete ticket listing.
o BUG# 263 Galago: BM25 does not work with Maxscore
BM25 no longer implements MaxScore. It may be returned
in a future release.
o BUG# 262 Galago: eval no longer in appclasspath
o BUG# 261 RankLib pom.xml incorrect
Corrected mainClass definition for Evaluator.
o BUG# 258 Comparison of char* and int in OffsetAnnotationAnnotator.cpp
o BUG# 257 Phrase search that contains punctuation fails
This fix should also correct parse errors in other tokens containing
punctuation, such as emails.
o BUG# 255 Galago: Window iterators return false positives
Fix should correct inconsistencies in ordered and unordered window operations.
o BUG# 253 Galago Build Help String Displays Incorrect Server Default Value
o BUG# 252 Ordered Window field search fails for queryType=simiple
o BUG# 250 queryType command line parameter is ignored
o BUG# 248 galago build parameters misspelled in help string
o BUG# 246 Error in computation of deltas of a DCG metric
(swapChange method in DCGScorer.java)
Feature Requests
See https://sourceforge.net/p/lemur/support-requests/ for the complete
ticket listing.
o FR# 123 Galago: report wall-clock time of indexing
o FR# 122 Galago: --mode=fork
A process forking mode that is more reliable than threaded mode, which currently
can exhibit thread deadlock/concurrency issues.