You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A text classifier identifies the categories of the text given as input. Classifying the texts is one of the powerful preprocessing technique in topic identification and sentiment classification (product reviews, movie reviews etc)and indexing the texts while building a search system.
constcontentType=null;constbody='Liquid error: Object of type 'DotLiquid.Hash' cannot be converted to type 'System.String'.';try{const{ result, ...httpResponse}=awaitadvancedAPIsController.getClassification(body);// Get more response info...// const { statusCode, headers } = httpResponse;}catch(error){if(errorinstanceofApiError){consterrors=error.result;// const { statusCode, headers } = error;}}
A Question Answering System retrieves the answer relevant to the question given by the user. A question answering system can be used for building a text based chatbots, search engines etc. Our question answering system is mutilingual and supports 100 + languages. Please use ISO 639-2 2 digit language code to get results. For example, use 'en' for English, 'ta' for Tamil, 'hi' for Hindi, 'fr' for French etc.
Named Entity Recognition : Defintion and it's usage
Named Entity Recognitiion (NER) is extracting the specific Nouns such as, Person Names, Location names, Organization Names, Currency , Dates. It is a classification task. NER can be used as a sub-task in applications such as Search Systems, Chatbots, Question Answering systems, Text Summarization etc.
constcontentType=null;constbody='Liquid error: Object of type 'DotLiquid.Hash' cannot be converted to type 'System.String'.';try{const{ result, ...httpResponse}=awaitadvancedAPIsController.getSummary(body);// Get more response info...// const { statusCode, headers } = httpResponse;}catch(error){if(errorinstanceofApiError){consterrors=error.result;// const { statusCode, headers } = error;}}
Example Response (as JSON)
{
"summary": "YouTube has announced a ban on videos spreading misinformation about Covid vaccines."
}
constcontentType=null;constbody='Liquid error: Object of type 'DotLiquid.Hash' cannot be converted to type 'System.String'.';try{const{ result, ...httpResponse}=awaitadvancedAPIsController.getTranslate(body);// Get more response info...// const { statusCode, headers } = httpResponse;}catch(error){if(errorinstanceofApiError){consterrors=error.result;// const { statusCode, headers } = error;}}