BpeTrainer.InitialAlphabet 属性

定义

获取要包含在初始字母表中的字符列表,即使未在训练数据集中看到也是如此。 如果字符串包含多个字符,则只保留第一个字符。

public System.Collections.Generic.HashSet<char>? InitialAlphabet { get; }
member this.InitialAlphabet : System.Collections.Generic.HashSet<char>
Public ReadOnly Property InitialAlphabet As HashSet(Of Char)

属性值

适用于