Use Azure Bing SpellCheck with Java

How to use Azure Bing SpellCheck in Java -Create your own HTTP request -Use Azure Java SDK There are two ways, but it is a memo on how to use the SDK. It took me a long time to get there.

Maven it's here. I couldn't find this unexpectedly. https://mvnrepository.com/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-spellcheck/1.0.2

Sample it's here. https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/blob/master/Language/BingSpellCheck/src/main/java/com/microsoft/azure/cognitiveservices/language/spellcheck/samples/BingSpellCheckSample.java

Things impossible

I was thinking of reducing the number of API calls by acquiring the JSON of the HTTP response as it is and saving it in a file and using it as a cache, but in the original SDK, the method to acquire the response as it is is implemented. Looks like it's not. That would be possible if the source code was changed.

Recommended Posts

Use Azure Bing SpellCheck with Java
Use Lambda Layers with Java
Use SpatiaLite with Java / JDBC
Use java with MSYS and Cygwin
Use JDBC with Java and Scala.
Use Java 11 with Google Cloud Functions
[JaCoCo (Java Code Coverage)] Use with NetBeans
Get Timestamp with Azure BlobStorage Java SDK
[Java] Use Collectors.collectingAndThen
Deploy Java web app to Azure with maven
How to use Java framework with AWS Lambda! ??
I want to use java8 forEach with index
How to use Java API with lambda expression
Use Matplotlib from Java or Scala with Matplotlib4j
[JAVA] [Spring] [MyBatis] Use IN () with SQL Builder
Install java with Homebrew
Use fast Mapping library MapStruct with Lombok and Java 11
Use ProGuard with Gradle
Change seats with java
Use Puphpeteer with Docker
Comfortable download with JAVA
Use XVim2 with Xcode 12.0.1
Use CentOS with LXD
Search by POST request with Azure Search + Java Apache HttpClient
Get Azure App Service for Java Configuration with System.getEnv ()
Play with Java function nodes that can use Java with Node-RED
Switch java with direnv
Use OpenCV in Java
I dealt with Azure Functions not working in Java
Use ngrok with Docker
Use webmock with Rspec
Download Java with Ansible
Let's scrape with Java! !!
Use java1.7 (zulu7) under a specific directory with jenv
Use WebJars with Gradle
Build Java with Wercker
Use PreparedStatement in Java
Use jlink with gradle
Endian conversion with JAVA
How to use SAS tokens for Azure Event hubs (Java)
How to use trained model of tensorflow2.0 with Kotlin / Java
Use Java included with Android Studio to build React Native
Easy BDD with (Java) Spectrum?
Java multi-project creation with Gradle
Getting Started with Java Collection
Use GDAL with Python with Docker
[Java] How to use Map
Java Config with Spring MVC
[Java] How to use Map
Basic Authentication with Java 11 HttpClient
Let's experiment with Java inlining
Run batch with docker-compose with Java batch
Rewrite Java try-catch with Optional
Install Java 7 with Homebrew (cask)
Java to play with Function
Try DB connection with Java
Use pfx certificate with Okhttp3
How to use java Optional
Enable Java EE with NetBeans 9
Try gRPC with Java, Maven
RSA encryption / decryption with java 8