Hi,
I am testing the Microsoft Translator API using either AJAX or HTTP.
When using the form at http://www.microsofttranslator.com/ the results often show a Dictionary entry alongside the translation and I was wondering if it was possible to access it
from the APIs ?
For example if I translate Anchorage from english to french I get
|
Anchorage
Dictionary
ancrage masculin, mouillage masculin.
|
I would like a way to get both the translation AND the supplementary terms provided in the Dictionary part : ancrage and mouillage .
I there a way to do that with the APIs ?
Many thanks for your help.
Alex