corrector

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Feb 9, 2026 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Corrector

type Corrector struct {
	// contains filtered or unexported fields
}

func New

func New(apiKey, model, mode, language string) (*Corrector, error)

func (*Corrector) Correct

func (c *Corrector) Correct(ctx context.Context, text string) (string, error)

Correct performs a non-streaming correction (fallback)

func (*Corrector) StreamCorrect

func (c *Corrector) StreamCorrect(ctx context.Context, text string, onChunk func(string)) error

Jump to

Keyboard shortcuts

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