Udostępnij przez


EnglishRobertaTokenizer.ConvertIdsToOccurrenceValues Method

Definition

Convert a list of token Ids to highest occurrence values.

public System.Collections.Generic.IReadOnlyList<int> ConvertIdsToOccurrenceValues(System.Collections.Generic.IReadOnlyList<int> ids);
member this.ConvertIdsToOccurrenceValues : System.Collections.Generic.IReadOnlyList<int> -> System.Collections.Generic.IReadOnlyList<int>
Public Function ConvertIdsToOccurrenceValues (ids As IReadOnlyList(Of Integer)) As IReadOnlyList(Of Integer)

Parameters

ids
IReadOnlyList<Int32>

The Ids list to map to the high occurrence values.

Returns

The list of occurrence values mapped from the list of Ids.

Applies to