Google 翻译获取同义词和例子
Google Translate get synonyms and examples
在使用 Google 翻译 API 时,我可以访问单词的同义词和示例以及翻译本身吗?
我查看了 docs 但我没有看到类似的东西。
不,您无法获得翻译后的同义词和示例 text.As 目前他们在翻译中只有 3 种方法 API.The 3 种方法是 detections.list、languages.list 和 translations.list。所以我认为,如果您在 AppEngine 的 PIT 上为此 API 提出功能请求,那就太好了。
Pearson 发布了他们的免费 API,其中包括示例、词性和同义词。检查一下:http://developer.pearson.com/apis/dictionaries
http://api.pearson.com/v2/dictionaries/lase%20/entries?headword=hola
{
"status": 200,
"offset": 0,
"limit": 10,
"count": 1,
"total": 1,
"url": "/v2/dictionaries/lase /entries?headword=hola",
"results": [
{
"datasets": [
"lase",
"dictionary"
],
"headword": "hola",
"id": "ct59rx0q97",
"part_of_speech": "interjection",
"senses": [
在使用 Google 翻译 API 时,我可以访问单词的同义词和示例以及翻译本身吗?
我查看了 docs 但我没有看到类似的东西。
不,您无法获得翻译后的同义词和示例 text.As 目前他们在翻译中只有 3 种方法 API.The 3 种方法是 detections.list、languages.list 和 translations.list。所以我认为,如果您在 AppEngine 的 PIT 上为此 API 提出功能请求,那就太好了。
Pearson 发布了他们的免费 API,其中包括示例、词性和同义词。检查一下:http://developer.pearson.com/apis/dictionaries
http://api.pearson.com/v2/dictionaries/lase%20/entries?headword=hola
{
"status": 200,
"offset": 0,
"limit": 10,
"count": 1,
"total": 1,
"url": "/v2/dictionaries/lase /entries?headword=hola",
"results": [
{
"datasets": [
"lase",
"dictionary"
],
"headword": "hola",
"id": "ct59rx0q97",
"part_of_speech": "interjection",
"senses": [