This is Microsoft's Recognizers-Text (.NET Nuget Package) 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.
To spin up the development environment
./setup.sh -r
To shut down:
./setup.sh -d
There is a swagger UI for API specifications at http://localhost:5000/swagger/index.html
Currently, it supports
- Number
- Currency
- Dimensions
- Number Range
- Currency Range (Not yet implemented)
- Dimension Range (Not yet implemented)