language-decoding

There are 1 repositories under language-decoding topic.

  • language-decoder

    The LanguageDecoder translates a given text from the source language to a desired target language word by word (decoding). Therefor the Google translator is used in the backend. To improve the translation, a dictionary can be created to automatically correct common translation errors. Afterwards, the decoded text can be exported to a PDF file.

    Language:Python