Powershell Module for Microsoft Cognitive Services

INTRODUCTION : Microsoft Cognitive Services (formerly Project Oxford) are a set of RESTFul web APIs, SDKs and services available to developers to make intelligent, engaging and discoverable applications. Further expanding the evolving portfolio of machine learning APIs with a vision for more personal computing experiences and enhanced productivity aided by systems that increasingly can see, hear, speak,… Read More Powershell Module for Microsoft Cognitive Services

PowerShell : Spell checking and Rectifying Spelling Mistakes

Hello, Today we’ll see how we can use PowerShell to Spell check Strings passed as parameter, to Identify spelling mistakes and Rectify those spelling mistakes. This is possible with help of a  RESTful API Offered by Microsoft, known as Spell Check API , which is part of  Microsoft Project Oxford. If you follow my blog, you must be aware that I’m a… Read More PowerShell : Spell checking and Rectifying Spelling Mistakes