MLStringFeature
class NatML.Features.MLStringFeature : MLFeature, IMLCloudFeature
This feature contains plain text. It is intended for use with natural language processing (NLP) models.
Creating the Feature
From Plain Text
The string feature can be created from a string
.
From a Cloud Feature
A string feature can be created from a Cloud feature. This constructor is useful for working with output prediction data from an MLCloudModel
when authoring a predictor:
The cloud feature MUST be a string
feature.
Inspecting the String
The string feature exposes the enclosing text
that it was created with.
Type Conversions
The feature type provides an implicit conversion to the string
text which it contains.
Creating Cloud Features
INCOMPLETE.
Last updated