Does google nl api support "word hints" - google-cloud-nl

This article references a feature called "Word Hints." But I am not able to find more info on how to use that. Anyone run into this?
https://cloudplatform.googleblog.com/2016/07/the-latest-for-Cloud-customers-machine-learning-and-west-coast-expansion.html

Word hints are available for the Speech API (docs here) but this feature is not currently supported for the NL API.

Related

Hi all I am looking for implementation examples of azure cognitive translator for websites . Please help us

So as to provide multilingual support for one of our websites.
I could so only plain text conversion examples so it would really helpful if any one supports us
Thanks
You can use document translator for HTML.
Code Samples
See documentation for more info.

Is there a way to connect Custom Translator with Speech Translation?

I want to find the way how can I connect Speech Translation with Custom Translator.
On Custom Translator webpage there is mentioned that: "Custom Translator can be used for customizing text when using the Microsoft Translator Text API , and speech translation using the Microsoft Speech services."
Unfortunatelly, I didn't find any example of that usage.
Can anyone help with that?
Thank you!
If you build your application based on this example,
You can set the category id at the SpeechTranslationConfig as follows:
config->SetServiceProperty("category", "", ServicePropertyChannel.UriQueryParameter);
This is available since Microsoft Speech SDK 1.5. details

Any online API/Web-Service to identify a word's nature and check grammar of sentence

We are discussing a project where we need to identify if a word is a noun, verb, pronoun etc. At the same time, we need to check a sentence if that is correct (grammatically).
This is a huge task to do from scratch, so I am wondering if there is any service/api available for this?
The application will be android based either native or phonegap based, so api compatible with the major languages will help immensely.
LanguageTool has an HTTPS API (disclosure: I'm the LanguageTool maintainer) for text checking. The part-of-speech information is available via its Java API, not via HTTP.

Where is the official documentation on google+ comments?

I've found a few examples about how to insert google+ comments at some site, but I cann't find any official documentation about this. Please help me find it. I need to know about width settings
There isn't any. The Google+ Comments widget is not a public API and only officially supports use within Google's own apps (Blogger, YouTube).

How freebase search suggests?

I know that search has a ranking system, but for example if i type washington to search box does it suggest every possible node that are connected to the nodes contains washington in its name or does it also suggests anything else?
There's a lot of documentation regarding Freebase Search, including search API.
To see how freebase.com uses this API just open the Chrome developer tools and check the API ajax requests, I got this typing washington:
https://www.googleapis.com/freebase/v1/search?callback=jQuery17108071434691082686_1408371309116&query=washington&key=AIzaSyCQVC9yA72POMg2VjiQhSJQQP1nf3ToZTs&filter=(not+type%3A%2Fcommon%2Fdocument)&filter=(any+type%3A%2Fcommon%2Ftopic)&spell=always&exact=false&lang=s%2Fen%2Cd%2Fen%2Cs%2Fall%2Cd%2Fall&prefixed=true

Resources