Property NaturalWordRatio
- Namespace
- LMKit.Retrieval.ChunkQuality
- Assembly
- LM-Kit.NET.dll
NaturalWordRatio
Fraction of Latin-script words (three letters or longer) whose letter sequence looks like a plausible word of a Latin-script language (common-bigram and consonant-cluster profile). Mojibake and garbled OCR score far below clean text, which sits above 0.8. The value is 1 when the chunk has no Latin words to judge.
public double NaturalWordRatio { get; }