Dela via


BpeTrainer.InitialAlphabet Property

Definition

Gets the list of characters to include in the initial alphabet, even if not seen in the training dataset. If the strings contain more than one character, only the first one is kept.

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

Property Value

Applies to