Post-Editing Practice | How to Configure Machine Translation API

Post-Editing Practice | How to Configure Machine Translation API

Nowadays, translators’ work is completely reliant on computer-assisted translation software. However, for many translators, especially those new to the translation industry, CAT tools have many limitations. Due to the lack of effective memory and terminology databases, translators often translate sentence by sentence, which does not significantly improve translation efficiency. With the advancement of deep learning, … Read more

Voice Recognition Control System Based on Python

Voice Recognition Control System Based on Python

The topic is simple: using voice recognition to identify spoken words and control the movement of graphics based on the content of those words. For example, if you say ‘up’, the graphic on the canvas will move upwards. This article uses the Baidu recognition API (because it’s free). Here’s a flowchart I created: Without further … Read more