1 reference to StartChar
Microsoft.ML.TorchSharp (1)
NasBert\NerTrainer.cs (1)
114
internal static bool TokenStartsWithSpace(string token) => token is null || (token.Length != 0 && token[0] ==
StartChar
);