Now Available: JMS Samples Using Alibaba Cloud’s Natural Language Processing (NLP) SDK

hong
hong Guest Posts: 480 ✭✭✭✭✭

There are two applications coded to the JMS API in a Requestor and Replier role, respectively. The requestor program collects user input from the console and submits each line for translation as a JMS request message. The replier program receives the JMS request message, calls the Machine Translation API to translate the text payload to Chinese, and responds with the result as a new JMS reply message. The requestor program outputs to screen the Chinese-language translation.

Check out the project at https://github.com/itsJamilAhmed/jms-sample-alibaba-nlp/.

Read Jamil’s blog post to get more information on how to unlock the power of Alibaba’s Machine Translation Service with JMS, HTTP, and MQTT.