corrector

package
v1.0.5 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2026 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 Corrector

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

func New

func New(prov provider.Provider, model, style, language string) (*Corrector, error)

New creates a new Corrector with a provider

func NewWithRateLimit added in v1.0.3

func NewWithRateLimit(prov provider.Provider, model, style, language string, rateLimiter *ratelimit.RateLimiter) (*Corrector, error)

NewWithRateLimit creates a new Corrector with an optional rate limiter

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