EnglishRoberta.IdsToOccurrenceValues(IReadOnlyList<Int32>) 方法

定义

将令牌 ID 列表转换为最高匹配值。

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

参数

ids
IReadOnlyList<Int32>

要映射到高匹配值的 ID 列表。

返回

从 ID 列表映射的匹配值的列表。

适用于