Skip to content

Microsoft's Recognizers-Text Library packaged into a REST service.

Notifications You must be signed in to change notification settings

botisan-ai/recognizers-service

Repository files navigation

recognizers-service

This is Microsoft's Recognizers-Text Java library packaged into a REST service. It is useful to extract information, such as numbers and time, from a text sentence. Being in a REST service makes it easy to consume in a cloud native environment, or chatbot development.

Once it stands up, the port 7000 will be activated.

docker run -p 7000:7000 xanthoustech/recognizers-service

There is a swagger UI for API specifications at http://localhost:7000/swagger-ui or https://localhost:7000/redoc

Features

Currently, it supports

  • Number
  • Currency
  • Dimensions
  • Number Range
  • Currency Range
  • Dimension Range

About Micronaut

Micronaut 2.4.0 Documentation


Feature http-client documentation

Feature openapi documentation