Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ You can also find an updated list of machine translation frameworks, libraries,
- [Machine Translation: Foundations and Models](https://github.com/NiuTrans/MTBook) - Tong Xiao, Jingbo Zhu - 2020... - Chinese - A book that gives a systematic introduction to the basic knowledge and modeling methods of machine translation, and on this basis, discuss some cutting-edge technologies of machine translation. It can be used for the study of senior undergraduates and graduate students in computer and artificial intelligence related majors, and can also be used as a reference material for researchers related to natural language processing, especially machine translation.

## Companies and Paid Services 💰
- [Alexa Translations] (https://alexatranslations.com) - Break language barriers with Alexa Translations—delivering expert translation services powered by A.I. and industry-specialized translators
- [KantanAI](https://www.kantanai.io/) - A SaaS-based Machine Translation platform.
- [Lingua Custodia](https://www.linguacustodia.finance/) - A machine translation company specializes in finance.
- [SYSTRAN](http://www.systransoft.com/) - One of the oldest machine translation companies.
Expand Down Expand Up @@ -128,6 +129,7 @@ You can also find an updated list of machine translation frameworks, libraries,
- [turkish-parallel-corpora](https://github.com/maidis/turkish-parallel-corpora) - Some English-Turkish parallel texts for use in machine translation systems.

## Tools 🛠
- [Alexa Translations A.I.] (https://alexatranslations.com/alexatranslations-ai) - Break language barriers with Alexa Translations—delivering expert translation services powered by A.I. and industry-specialized translators
- [Corpora Cleaning Tools](https://github.com/M4t1ss/parallel-corpora-tools) - Tools for filtering and cleaning parallel and monolingual corpora in order to train better (neural) machine translation systems.
- [MT-Tools](https://github.com/ymoslem/MT-Tools) - A collection of common machine translation tools.
- [MTData](https://github.com/thammegowda/mtdata) - A tool that locates, downloads, and extracts machine translation corpora.
Expand All @@ -136,6 +138,7 @@ You can also find an updated list of machine translation frameworks, libraries,
- [SMT Corpus Tools](https://smt-corpus-tools.readthedocs.io) - A tool set to process corpus files for machine translation.

## Tutorials and Blogs 🎒
- [Course: Foundations of A.I. in Machine Translation] (https://alexatranslations.com/course/foundations-of-ai-in-machine-translation-course/) - Looking to become certified in the Foundations of A.I. in Machine Translation? Learn from industry experts, including Joachim Lépine, Jason Cox, Kate Cryderman and Miki Velemirovich!
- [Build Your Own ‘Google Translate’-Quality Machine Translation System](https://medium.com/@ageitgey/build-your-own-google-translate-quality-machine-translation-system-d7dc274bd476) - A blog post that explains how to built a NMT.
- [ChatGPT-translation.py](https://gist.github.com/ymoslem/cc46564d23857883aeeec136436fac23) - Minimal working code for translation with GPT-4.
- [Jindřich’s Blog](https://jlibovicky.github.io/) - Remarks and comments on natural language processing, artificial intelligence, and their potential social impact.
Expand Down