Expand description
Opinionated text summarization functionality
This module contains the TextSummarizer
struct, that provides an easy way to summarize text.
Structs§
- Text
Summarizer - A
TextSummarizer
takes a given text and summarizes it using anExecutor
.
Enums§
- Text
Summarizer Error - The error type returned by the
TextSummarizer
when summarizing text.
Functions§
- summarize_
text - A convenience function to summarize text using the provided
Executor
.