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
Currently, it supports
- Number
- Currency
- Dimensions
- Number Range
- Currency Range
- Dimension Range