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:
indexFile
: the path to the index TOC. docID
: the document to summarize. 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:
indexFile
: the path to the index TOC. docID
: the document to summarize. query
: A stemmed query to use for q-based summary 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