Currently, while the Decorate object has support for query-biased summarisation, there is no tokenisation support for creating the summaries of documents necessary to support query-biased summarisation.
The tests currently aren't passing. I'm not sure if this is my changes, or other changes in TaggedDocument.
I think the abstract strings should only be built when the end of document is reached. Currently, we have many string appends occurring (for each call to saveToAbstract()). saveToAbstract() will be called for each block of text.
Craig Macdonald
added a comment - Some changes to this patch:
Updated to current trunk
Changes fields to tags
Amended test cases to easier examples
Some more changes are required:
The tests currently aren't passing. I'm not sure if this is my changes, or other changes in TaggedDocument.
I think the abstract strings should only be built when the end of document is reached. Currently, we have many string appends occurring (for each call to saveToAbstract()). saveToAbstract() will be called for each block of text.
Some changes to this patch:
Some more changes are required: