Synapseml  0.10.0
Public Member Functions | Static Public Member Functions | List of all members
Synapse.ML.Stages.UnicodeNormalize Class Reference

UnicodeNormalize implements UnicodeNormalize More...

Inheritance diagram for Synapse.ML.Stages.UnicodeNormalize:
Inheritance graph
[legend]
Collaboration diagram for Synapse.ML.Stages.UnicodeNormalize:
Collaboration graph
[legend]

Public Member Functions

 UnicodeNormalize ()
 Creates a UnicodeNormalize without any parameters. More...
 
 UnicodeNormalize (string uid)
 Creates a UnicodeNormalize with a UID that is used to give the UnicodeNormalize a unique ID. More...
 
UnicodeNormalize SetForm (string value)
 Sets value for form More...
 
UnicodeNormalize SetInputCol (string value)
 Sets value for inputCol More...
 
UnicodeNormalize SetLower (bool value)
 Sets value for lower More...
 
UnicodeNormalize SetOutputCol (string value)
 Sets value for outputCol More...
 
string GetForm ()
 Gets form value More...
 
string GetInputCol ()
 Gets inputCol value More...
 
bool GetLower ()
 Gets lower value More...
 
string GetOutputCol ()
 Gets outputCol value More...
 
void Save (string path)
 Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala. More...
 
JavaMLWriter Write ()
 
Returns
a JavaMLWriter instance for this ML instance.

 
JavaMLReader< UnicodeNormalizeRead ()
 Get the corresponding JavaMLReader instance. More...
 

Static Public Member Functions

static UnicodeNormalize Load (string path)
 Loads the UnicodeNormalize that was previously saved using Save(string). More...
 

Detailed Description

UnicodeNormalize implements UnicodeNormalize

Constructor & Destructor Documentation

◆ UnicodeNormalize() [1/2]

Synapse.ML.Stages.UnicodeNormalize.UnicodeNormalize ( )
inline

Creates a UnicodeNormalize without any parameters.

◆ UnicodeNormalize() [2/2]

Synapse.ML.Stages.UnicodeNormalize.UnicodeNormalize ( string  uid)
inline

Creates a UnicodeNormalize with a UID that is used to give the UnicodeNormalize a unique ID.

Parameters
uidAn immutable unique ID for the object and its derivatives.

Member Function Documentation

◆ GetForm()

string Synapse.ML.Stages.UnicodeNormalize.GetForm ( )

Gets form value

Returns
form: Unicode normalization form: NFC, NFD, NFKC, NFKD

◆ GetInputCol()

string Synapse.ML.Stages.UnicodeNormalize.GetInputCol ( )

Gets inputCol value

Returns
inputCol: The name of the input column

◆ GetLower()

bool Synapse.ML.Stages.UnicodeNormalize.GetLower ( )

Gets lower value

Returns
lower: Lowercase text

◆ GetOutputCol()

string Synapse.ML.Stages.UnicodeNormalize.GetOutputCol ( )

Gets outputCol value

Returns
outputCol: The name of the output column

◆ Load()

static UnicodeNormalize Synapse.ML.Stages.UnicodeNormalize.Load ( string  path)
static

Loads the UnicodeNormalize that was previously saved using Save(string).

Parameters
pathThe path the previous UnicodeNormalize was saved to
Returns
New UnicodeNormalize object, loaded from path.

◆ Read()

JavaMLReader<UnicodeNormalize> Synapse.ML.Stages.UnicodeNormalize.Read ( )

Get the corresponding JavaMLReader instance.

Returns
an JavaMLReader<UnicodeNormalize> instance for this ML instance.

◆ Save()

void Synapse.ML.Stages.UnicodeNormalize.Save ( string  path)

Saves the object so that it can be loaded later using Load. Note that these objects can be shared with Scala by Loading or Saving in Scala.

Parameters
pathThe path to save the object to

◆ SetForm()

UnicodeNormalize Synapse.ML.Stages.UnicodeNormalize.SetForm ( string  value)

Sets value for form

Parameters
valueUnicode normalization form: NFC, NFD, NFKC, NFKD
Returns
New UnicodeNormalize object

◆ SetInputCol()

UnicodeNormalize Synapse.ML.Stages.UnicodeNormalize.SetInputCol ( string  value)

Sets value for inputCol

Parameters
valueThe name of the input column
Returns
New UnicodeNormalize object

◆ SetLower()

UnicodeNormalize Synapse.ML.Stages.UnicodeNormalize.SetLower ( bool  value)

Sets value for lower

Parameters
valueLowercase text
Returns
New UnicodeNormalize object

◆ SetOutputCol()

UnicodeNormalize Synapse.ML.Stages.UnicodeNormalize.SetOutputCol ( string  value)

Sets value for outputCol

Parameters
valueThe name of the output column
Returns
New UnicodeNormalize object

The documentation for this class was generated from the following file: