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