ApiBrain().TransformNarrativeMode

Invokes the core SILVIA algorithms to transform the string from second to first-person or first to second person.

Description

This method invokes the AI run-time to explicitly transform a piece of input so that the frame of reference is correctly switched between speakers. This method invokes algorithms that use statistical language rules and explicit Conceptual relationships to correctly identify and perform the proper transformations on the given input. As an English language example, “you” becomes “i”, “me” becomes “you”, and so forth.

Example Usage (Java/C#)


string result = _core.ApiBrain().TransformNarrativeMode(“your father”);

Parameters

string

input

The string representing the input to be processed.

Returns

The string representing the output produced by SILVIA’s TransformNarrativeMode function.