PredictorFactoryBaseFormatPreprocessingCode Method

CVB.Net Documentation
Correct a preprocessing code to make sure that no invalid characters are in the code and the code does not exceed the maximum length.

Namespace:  Stemmer.Cvb.Polimago.Training
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public static string FormatPreprocessingCode(
	string input
)

Parameters

input
Type: SystemString
String to be corrected

Return Value

Type: String
Corrected string
See Also

Reference