- 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).
推薦閱讀
- Animate CC二維動(dòng)畫設(shè)計(jì)與制作(微課版)
- Data Analysis with IBM SPSS Statistics
- PhoneGap Mobile Application Development Cookbook
- Unity 5.x By Example
- Python之光:Python編程入門與實(shí)戰(zhàn)
- Android應(yīng)用開發(fā)深入學(xué)習(xí)實(shí)錄
- Fastdata Processing with Spark
- C語言程序設(shè)計(jì)實(shí)踐
- 分布式架構(gòu)原理與實(shí)踐
- Visual Basic 程序設(shè)計(jì)實(shí)踐教程
- Mastering ASP.NET Core 2.0
- Software Architecture with Python
- 關(guān)系數(shù)據(jù)庫與SQL Server 2012(第3版)
- Visual C#(學(xué)習(xí)筆記)
- Swift 2 Design Patterns