text

package
v0.0.0-...-7354109 Latest Latest
Warning

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

Go to latest
Published: Mar 25, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProviderSet = wire.NewSet(
	NewSummarizer,
	wire.Bind(new(Summarizer), new(*summarizer)),
)

Functions

func NewSummarizer

func NewSummarizer(client python.PythonClient) (*summarizer, error)

Types

type Summarizer

type Summarizer interface {
	SummarizeFile(fileName string) (string, error)
	SummarizeText(text string) (string, error)
}

Jump to

Keyboard shortcuts

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