Table of Contents

Property MinStandaloneChunkLength

Namespace
LMKit.Retrieval.ChunkQuality
Assembly
LM-Kit.NET.dll

MinStandaloneChunkLength

Normalized chunks shorter than this many characters are considered too weak to stand alone and become merge candidates (never silent drops). Default: 24.

public int MinStandaloneChunkLength { get; set; }

Property Value

int

Exceptions

ArgumentOutOfRangeException

The value is negative.

Share