Table of Contents

Method DecodeEnd

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

DecodeEnd(IEnumerable<int>, int)

Decodes a sequence of token identifiers, returning the ending segment of the resulting string up to a specified maximum length.

public string DecodeEnd(IEnumerable<int> tokens, int maxLength)

Parameters

tokens IEnumerable<int>

A collection of token identifiers.

maxLength int

The maximum length of the decoded string.

Returns

string

The decoded string ending with the last token segments.