Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrSentenceEmpty is used to denote required sentences that needs to be summarized ErrSentenceEmpty = errors.New("you cannot summarize an empty string") // ErrUnsupportedSummarizerType is used to denote an summarization algorithm we do not support at the momnent ErrUnsupportedSummarizerType = errors.New("unsupported summarizer type") )
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client takes in texts, strips out all html tags and tries to summarize it to be human readable and short
func NewSummarizer ¶
NewSummarizer returns a configured client based on the provided configuration
Click to show internal directories.
Click to hide internal directories.