text_2_sign v0.1.0 Text2Sign.Translator

The Text2Sign.Translator module allows the fetching of the video url for a given list of words.

Functions:

- translate/1

Summary

Functions

The translate/1 function takes a list of string type words as argument and returns a list with the video urls for the given list of words

Functions

translate(words)

The translate/1 function takes a list of string type words as argument and returns a list with the video urls for the given list of words.

Example:

iex> Text2Sign.Translator.translate(["Word", "World"])

["some_url", "other_url"]