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.
Let us go through an example using the language translation which can be accessed by clicking Language translator .
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.
The endpoint response returns a dictionary which, in this case, shows the translated text into English.
The GitHub
button in front of the module name redirects you to the issue
page where, in case of malfunction, you can re-open the issue, or open a new
issue if you come up with a new idea for a generator.