Text2Sign
Text to Sign Language Translator Elixir Library. It uses the resources in https://www.signingsavvy.com/ to translate a list of words to sign language.
Installation
-
Add
text_2_signto your list of dependencies inmix.exs:
```elixir
def deps do
[{:text_2_sign, git: "https://github.com/Waasi/sign_talk_api"}]
end
```Usage
Text2Sign.Translator Module translate/1
Text2Sign.Translator.translate ["Hello", "World"] # => [hello_sign_video_url, world_sign_video_url]Contributing
- Fork it ( https://github.com/[my-github-username]/text_2_sign/fork )
-
Create your feature branch (
git checkout -b feature/my_new_feature) -
Commit your changes (
git commit -am 'Add some feature') -
Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Special Thanks To:
The people @ Signing Savvy for all the resources that made this library possible.