Skip to content

botisan-ai/recognizers-text-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

recognizers-service

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

Features

Currently, it supports

  • Number
  • Currency
  • Dimensions
  • Number Range
  • Currency Range (Not yet implemented)
  • Dimension Range (Not yet implemented)

About Dotnet 6

About

Recognizers-text API service in .Net

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published