Method Assess
- Namespace
- LMKit.Retrieval.ChunkQuality
- Assembly
- LM-Kit.NET.dll
Assess(string)
Scores a single chunk with no document context. Duplicate suppression and neighbor merging require a DocumentChunkGateSession; here a Merge result is a hint that the chunk is clean but too weak to stand alone.
public ChunkQualityAssessment Assess(string text)
Parameters
textstringThe candidate chunk text (Markdown or plain text).
Returns
- ChunkQualityAssessment
The assessment: decision, semantic-value score, issues, normalized embedding text, and raw signals.