- Hands-On Natural Language Processing with Python
- Rajesh Arumugam Rajalingappaa Shanmugamani
- 102字
- 2021-08-13 16:01:39
Translating text
Machine translation is the task of translating a given piece of text from one language to another target language. The language of the task is first identified, and then translated into the target language. The translation app from Google has proven very useful for traveling and has taken down language barriers. The latest techniques have improved the translation accuracy by a large margin.
Following is an example of translation from Chinese to English, using Google Translate at https://cloud.google.com/translate/:

The preceding screenshot also shows the JSON response of the translated text, when we use the Translation API service from Google (https://cdn-images-1.medium.com/max/1600/1*3f4l4lrLFFhgvVsvjhNzAQ.jpeg).
推薦閱讀
- Clojure Programming Cookbook
- WebAssembly實戰
- Vue.js 2 and Bootstrap 4 Web Development
- Mastering Concurrency in Go
- Architecting the Industrial Internet
- Web全棧工程師的自我修養
- Getting Started with SQL Server 2012 Cube Development
- Mastering Google App Engine
- Building a Quadcopter with Arduino
- TypeScript項目開發實戰
- VMware虛擬化技術
- CRYENGINE Game Development Blueprints
- Red Hat Enterprise Linux Troubleshooting Guide
- RESTful Web Clients:基于超媒體的可復用客戶端
- Python Machine Learning Blueprints:Intuitive data projects you can relate to