Table of Contents

Constructor TextRewriter

Namespace
LMKit.TextEnhancement
Assembly
LM-Kit.NET.dll

TextRewriter(LLM)

Initializes a new instance of the TextRewriter class.

public TextRewriter(LLM model)

Parameters

model LLM

A LLM object specifying the language model to be used.

Exceptions

ArgumentNullException

Thrown when the provided model is null.

InvalidModelException

Thrown when the provided model is incompatible with the TextRewriter service.