Software:Lemur Project

From HandWiki
Short description: Information retrieval and text mining research


The Lemur Project is a collaboration between the Center for Intelligent Information Retrieval at the University of Massachusetts Amherst and the Language Technologies Institute at Carnegie Mellon University. The Lemur Project develops search engines, browser toolbars, text analysis tools, and data resources that support research and development of information retrieval and text mining software. The project is best known for its Indri and Galago search engines, the ClueWeb09 and ClueWeb12 datasets, and the RankLib learning-to-rank library. The software and datasets are used widely in scientific and research applications, as well as in some commercial applications.

The Lemur Project's software development philosophy emphasizes state-of-the-art accuracy, flexibility, and efficiency. For example, the Indri search engine provides accurate search for large text collections 'out of the box', and data is stored in an accessible manner to support development of new retrieval strategies. Software from the Lemur Project is distributed under open-source licenses that provide flexibility to scientists and software developers.

The programming languages used to create Lemur are C, C++, and Java, and it comes along with the source files and build instructions. The provided source code can be modified for the purpose of developing new libraries. It is compatible with various operating systems which include Linux and Windows.

Features

Lemur supports the following features:

  • Indexing:
    • English, Chinese, and Arabic text
    • Word stemming
    • Stop words
    • Tokenization
    • Passage and incremental indexing
  • Retrieval:
    • Ad hoc retrieval (TF-IDF and InQuery)
    • Passage and cross-lingual retrieval
    • Language modeling
      • Query model updating
      • Two stage smoothing
    • Relevance feedback
    • Structured query language
    • Wildcard term matching
  • Distributed IR:
    • Query-based sampling
    • Database based ranking (CORI)
    • Results merging
  • Document clustering
  • Summarization
  • Simple text processing

Components

Lemur Project has the following components:

  • Indri search engine in C++
  • Galago search engine research framework in Java
  • RankLib learning-to-rank library
  • Sifaka data mining application
  • ClueWeb09 and ClueWeb12 datasets
  • Query Log Toolbar

Latest Version

Updates to the Lemur Project components are made twice a year, in June and December. The latest version of the Indri search engine is 5.17. The latest version of the Galago search engine is version 3.18. The latest version of the RankLib learning-to-rank library is 2.14. The latest version of the Sifaka data mining application is 1.8.

Indri Search Engine

The Indri search engine is one of the components developed by the Lemur Project. It is open source. The query language that is used in Indri allows researchers to index data or structure documents using simple command line instructions. Indri offers flexibility in terms of adaptation to various current applications. It also can be distributed across a cluster of nodes for high performance. The Indri search engine can handle large collections of data and can understand various data formats like HTML and XML.

The Indri API supports various programming and scripting languages like C++, Java, C#, and PHP.

Features of Indri Search Engine

  • Can make use of multiple document representations
  • Explicit term weighting
  • Robust query language
  • Formally well-grounded
  • Highly effective
  • Can be efficiently implemented

See also

External links