summarizer

package
v0.26.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 4, 2025 License: Apache-2.0 Imports: 15 Imported by: 0

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

func NewSummarizer(cfg entconfig.Config) (*Client, error)

NewSummarizer returns a configured client based on the provided configuration

func (*Client) Summarize

func (s *Client) Summarize(ctx context.Context, sentence string) (string, error)

Summarize returns a shortened version of the provided string using the lexrank algorithm

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL