BpeTrainer.InitialAlphabet Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)