Table of Contents

Property Model

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

Model

Gets the language model used for keyword extraction.

public LM Model { get; }

Property Value

LM

Examples

LM model = extractor.Model; // Accessing the LM instance
Console.WriteLine("Model Context Length: " + model.ContextLength);