Skip to content
wook-jae edited this page Oct 19, 2015 · 2 revisions

##API

Our application need to dictionary, search and image API. First we find wanted Korean dish through a search API. Dictionary API translate Korean menu into English or wanted language and they show us translated menu name. And we can look at menu image through image API. Finally we can easily order dinner.

In order to find suitable image API, we consider google, naver, microsoft and daum open API. We select the most famous naver open image API in Korea because this application used in Korea. And naver open image API has a many merit. And we select the bing transte API because nevaer dictionary API service has terminated and google translate API is not free. And in order to provide transcription function, we use Glosbe API that convert text from one script to another

Naver open API feature

  • naver search API has 25,000 query/day processing limit
  • naver open API is simple and easy to understand.
  1. Image API

12

  • response field

13

2 . Microsoft bing translate API

Translate API Features

  • bing translate API is free 2M-character/month
  • dynamically access language.
  • Because see sample code and libraries for ten different programming language, Translate API can easily be accessible
  • provide transcription

request URL : http://api.microsoftranslator.com/v2/Http.svc/Translaste

  • request Parameters

22

  • response field

return value - A string representing the translated text.

3 . Glosbe API Overview

  • Glosbe offers programmatic access to dictionary translations and to translation memories as well

  • Glosbe API is free to use

  • request URL : https://glosbe.com/transliteration/api

  • request Parameters

2

  • response field

Return value - A string representing the transliterate text.

Clone this wiki locally