6 references to KeepPunctuations
Microsoft.ML.Transforms (6)
Text\TextCatalog.cs (1)
139bool keepPunctuations = TextNormalizeDefaults.KeepPunctuations,
Text\TextFeaturizingEstimator.cs (1)
190public bool KeepPunctuations = TextNormalizingEstimator.Defaults.KeepPunctuations;
Text\TextNormalizing.cs (4)
67public bool KeepPunctuations = TextNormalizingEstimator.Defaults.KeepPunctuations; 104bool keepPunctuations = TextNormalizingEstimator.Defaults.KeepPunctuations, 547bool keepPunctuations = Defaults.KeepPunctuations, 566bool keepPunctuations = Defaults.KeepPunctuations,