#include <MMRSumm.hpp>
Inheritance diagram for MMRSumm:
Public Methods | |
MMRSumm (const InvFPIndex *inIdx, int inSummLen=5) | |
virtual void | markPassages (int optLen, const string &qInfo) |
Flag optLen passages for inclusion in summary. | |
virtual void | addPassage (Passage &psg) |
Append a new passage to the list the summarizer will use to generate summary. | |
void | addDocument (const string &docID) |
virtual int | fetchPassages (Passage *psgs, int optLen) const |
Place marked passages into an array. | |
virtual void | summDocument (const string &docID, const int optLen, const string &qInfo) |
General purpose function that does all summary computation as well as passage marking. | |
virtual void | scorePassages (const string &qInfo) |
Score ALL passages currently in this summarizer, optionally given query terms. | |
virtual void | clear (void) |
Clear all scores and passages from the summarizer. | |
virtual int | nextPassage (Passage *psg) const |
Get the next passage in iterative manner. | |
virtual void | iterClear (void) const |
Reset to the first summarized passage (in conjunction with nextPassage ). | |
virtual void | outputSumm (void) const |
General purpose "send summary to stdout" function. | |
void | findNextPassage (MMRPassage &psg, const InvFPIndex *idx, const TermInfoList *tList, int eos) |
void | showPassage (const passageVec *psg, const InvFPIndex *idx) const |
void | showMarkedPassages () const |
int | isEOS (const string &check) |
int | hasEOS (const InvFPIndex *idx, const TermInfoList *tList) |
int | isTITLE (const string &check) |
int | hasTITLE (const InvFPIndex *idx, const TermInfoList *tList) |
int | isPRONOUN (const string &check) |
Summarizer
abstract with the Passage
abstract. Note that this implementation is paired with an implementation of Passage
called MMRPassage
.
|
|
|
|
|
Append a new passage to the list the summarizer will use to generate summary.
Implements Summarizer. |
|
Clear all scores and passages from the summarizer.
Implements Summarizer. |
|
Place marked passages into an array.
Implements Summarizer. |
|
|
|
|
|
|
|
|
|
|
|
|
|
Reset to the first summarized passage (in conjunction with
Implements Summarizer. |
|
Flag
Implements Summarizer. |
|
Get the next passage in iterative manner.
Implements Summarizer. |
|
General purpose "send summary to stdout" function.
Implements Summarizer. |
|
Score ALL passages currently in this summarizer, optionally given query terms.
Implements Summarizer. |
|
|
|
|
|
General purpose function that does all summary computation as well as passage marking.
Implements Summarizer. |