Sentence Context Compressor
class SentenceContextCompressor(maxSentences: Int = 3, includeSurrounding: Boolean = true) : ContextCompressor
Extracts context by finding sentences containing the entity.
Parameters
max Sentences
Maximum sentences to include
include Surrounding
Include sentences before/after mention