Table of Contents

Property NeutralSupport

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

NeutralSupport

Specifies whether the neutral category support is enabled or not.

public bool NeutralSupport { get; set; }

Property Value

bool

The default value is false.

Remarks

This property controls the activation of the neutral category.
When enabled (set to true), it allows for the inclusion of items or entities considered neutral, alongside other predefined categories.
This feature is particularly useful in scenarios where a neutral stance or classification is necessary for accurate representation or processing.