Logo

Generators

As the name suggests, the generators are meant to create new textual content based on some given text.

This can include, for example, language translation where you have some data - say - in English and you wish to generate the same text in - say - German.

Fig. 1: Overview of bricks generators.

Let us go through an example using the language translation which can be accessed by clicking Language translator .

Fig. 2: A brick to translate between languages.

On the right side you can see the input example which, in this case, requires the text input, the language in which your provided text is, and the language in which you want to generate the text. Likewise, different modules can have different fields based on their functionality.

On clicking the Run sample button, the output here is generated in the form of a dictionary.

Fig. 3: Translates from German to English.

The endpoint response returns a dictionary which, in this case, shows the translated text into English.