summarizer

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Jul 12, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BookSummary

type BookSummary struct {
	Name     string
	Chapters []ChapterSummary
}

type ChapterSummary

type ChapterSummary struct {
	Name             string
	Level            string
	SummaryClippings parser.Clippings
}

type Creator

type Creator interface {
	Summarize(parser.Clippings) (BookSummary, error)
}

type KindleCreator

type KindleCreator struct {
	Logger *zap.Logger
}

func (*KindleCreator) Summarize

func (k *KindleCreator) Summarize(input parser.Clippings) (BookSummary, error)

Summarize ...

Jump to

Keyboard shortcuts

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