Table of Contents

Constructor SarcasmDetection

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

SarcasmDetection(LLM)

Initializes a new instance of the SarcasmDetection class.

public SarcasmDetection(LLM model)

Parameters

model LLM

A LLM object that specifies the LLM model to be used by the instance.

Exceptions

ArgumentNullException

Thrown when the provided model argument is null.