Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Basic Summarization Application

This application (BasicSummApp.cpp) builds a sentence selection based summary

This application generates a summary for a document with sentence selection.

To use it, follow the general steps of running a lemur application and set the following variables in the parameter file:

  1. indexFile: the path to the index TOC.
  2. docID: the document to summarize.
  3. summLength: summary length.

The summary is sent to standard out.

The following is an example of use:

 

 % cat summparam
   
   indexFile = idx.invfp;
   docID = WTX001-B01-1;

 % BasicSummApp summparam
 
 

This application (MMRSummApp.cpp) builds an MMR based summary

This application generates a summary for a document with MMR.

To use it, follow the general steps of running a lemur application and set the following variables in the parameter file:

  1. indexFile: the path to the index TOC.
  2. docID: the document to summarize.
  3. query: A stemmed query to use for q-based summary
  4. summLength: summary length.

The summary is sent to standard out.

The following is an example of use:

 

 % cat summparam
   
   indexFile = idx.invfp;
   docID = WTX001-B01-1;

 % MMRSummApp summparam
 
 


Generated on Wed Nov 3 13:00:02 2004 for Lemur Toolkit by doxygen1.2.18