Interface Summarizer
- All Known Implementing Classes:
DefaultSummarizer
public interface Summarizer
- Since:
- 8.0
-
Method Summary
Modifier and TypeMethodDescriptiongetSummary
(String text) getSummary
(String text, String query) Returns a summary for the given pre-tokenized text.
-
Method Details
-
getSummary
- Throws:
IOException
-
getSummary
Returns a summary for the given pre-tokenized text.- Parameters:
text
- a pre-tokenized text.query
- the supplied query- Returns:
- summary for the given pre-tokenized text.
- Throws:
IOException
-