Java 实现在线翻译功能 调用微软Bing API

下面是利用java程序实现翻译功能,调用微软Bing API

注意:代码中的keyId 需要自己申请。。。

(1)首先去 http://code.google.com/p/microsoft-translator-java-api/,下载相关jar文件,这里有对微软翻译api的详细使用有作详细介绍。

(2)去申请key,进入http://www.bing.com/developers/createapp.aspx,填写相关的你的应用信息就行了。就会有下面的图片中显示的key,中的Application ID就是key

package com.test;

import com.memetix.mst.language.Language;
import com.memetix.mst.translate.Translate;

public class Test {

	public static void main(String[] args) {
		  /*  
		   * 大概是针对C#和php的,没有仔细研究过(可以访问下方的http://msdn.microsoft.com/en-us/library/hh454950.aspx 来学习一下)
		   * Set your Windows Azure Marketplace client info - See http://msdn.microsoft.com/en-us/library/hh454950.aspx
		    Translate.setClientId( Enter your Windows Azure Client Id here );
		    Translate.setClientSecret( Enter your Windows Azure Client Secret here );
		    */
		    
		     //在Java程序内翻译
		     Translate.setKey( Enter your API Key here );  
		    String translatedText;
			try {
				
				String content = "Bayside Living, Great Value for Money. " +
				"Open 11am - 11.30am Saturday 23rd March, 2013. Occupying a level 814m2 parcel in one of the areas great family friendly pockets." +
				" This two storey family home is ,spaciously proportioned, wonderfully quiet and ready to enjoy immediately. " +
				"Interiors provide a flexible layout and superb in/outdoor flow to the child friendly ,entertaining areas, catching abundant north easterly sunshine. " +
				"The upper level captures views reaching to Moreton Bay and beyond, whilst letting the natural light fill the home." +
				"The floor plan can be adapted to suit the occasion, as it offers multiple formal and casual living and dining areas and enough accommodation to cater for the family. " +
				"The large central kitchen overlooks the level, child friendly lawn and landscaped gardens, featuring a covered patio that’s perfect for entertaining guests. " +
				"All bedrooms are sizable with built ins and the dedicated parents retreat features an ensuite and large covered front deck with Bay views and privacy shutters. " +
				"Also featuring a double lock up garage with internal access, plenty of storage and optional parking in the drive way. " +
				"For the astute buyer/investor, the home offers a 22m frontage and has the option of being sub divided(Subject to Brisbane City Council Approval)This desirable location has easy access to buses, trains, cafés and restaurants, with the Gateway, Airport and Port of Brisbane a short drive away." +
				" Those seeking the highly sought after bayside lifestyle need look no further than this outstanding home. Owners are committed elsewhere and will consider genuine offers.";
				translatedText = Translate.execute(content, Language.ENGLISH, Language.CHINESE_SIMPLIFIED);
			    System.out.println(translatedText);
			} catch (Exception e) {
				// TODO Auto-generated catch block
				e.printStackTrace();
			}

		   
		  
	}

}

翻译结果:

湾畔生活,物超所值。打开 11 上午-11:30 上午星期六 2013 年 3 月 23 日。中的一个伟大的家庭友好口袋领域占领级别 814 米 2 的包裹。这两个层高家是,宽敞的比例、 奇妙安静和准备立即享受。室内设计提供一个灵活的布局和精湛的中、 户外流动对儿童友好,娱乐领域,捕捉北偏东阳光充沛。上层捕获达成到莫顿湾和之外,同时又让自然的浅色填充在家庭的观点。平面图可以调整,以适合各种场合,它提供了多个正式和休闲生活和就餐区及足够的住宿以照顾家庭。大型中央厨房俯瞰级别、 儿童友好草坪和花园,设有盖的天井,非常适合招待客人。所有的卧室都相当具有内置的加载项和专用的父母撤退套间和大盖的前甲板与海湾美景和隐私百叶窗的功能。此外配备了具有内部访问,充足的存储和驱动器中的可选泊车车库双锁的方式。精明买家投资者,为家庭提供 22 米临街和已被 sub 选项划分 (待布里斯班市议会批准) 这理想的位置已经很容易访问到汽车、 火车、 咖啡馆和餐馆,与网关、 机场和港口的布里斯班一个短的车程。那些寻求备受追捧后贝塞德的生活方式需要那没有比这个杰出的家。业主是致力于其他地方,并会考虑真正的优惠。

看着结果还可以,但是每月超过两万字可能就会收费了。具体的还是要看官网API介绍吧。

原文参考地址:http://www.cnblogs.com/brainy/archive/2012/05/24/2516487.html

有想学习关于嵌入式的大家可以去 www.muxiaofei.com  学习一下,互相交流


我们都是好孩子,都需要慢慢成长,都是菜鸟。。。。



  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值