A demo of Microsoft.Recognizers.Text.
Go to file
Starbeamrainbowlabs c194345845 README.md: Add link to blog post 2018-11-13 17:36:14 +00:00
TextRecogniserDemo Create Microsoft.Recognizers.Text demo. Does this mean there will be more types of recogniser in the future? :D 2018-11-12 19:21:49 +00:00
.gitignore Create Microsoft.Recognizers.Text demo. Does this mean there will be more types of recogniser in the future? :D 2018-11-12 19:21:49 +00:00
LICENSE Initial commit 2018-11-12 19:22:51 +00:00
README.md README.md: Add link to blog post 2018-11-13 17:36:14 +00:00
TextRecogniserDemo.sln Create Microsoft.Recognizers.Text demo. Does this mean there will be more types of recogniser in the future? :D 2018-11-12 19:21:49 +00:00

README.md

TextRecogniserDemo

A quick demo of Microsoft.Recognizers.Text.

Written for a blog post.

Getting Started

In Visual Studio / MonoDevelop / etc.

Open the .sln file in Visual Studio and hit the start button. It should automatically download and install the dependencies from NuGet. You may need to accept some license agreements.

In the terminal / command line

Navigate to root of this repository in your terminal or command line (if on Windows, ensure it's a Visual Studio Developer Tools Prompt or the like), and run msbuild:

msbuild

Once done, the output binary should be located in TextRecogniserDemo/bin/Debug. Navigate to that directory and run it:

# On Linux:
mono ./TextRecogniserDemo.exe
# On Windows:
TextRecogniserDemo.exe

Contributing

This project is meant as a demo - and as such as a starting point for your own code. If you find a bug, however, I'm happy to take a look (or, even better send a patch and send it my way - my contact details can be found on my website).

Please remember to state in your email / message / etc to state that you release your patch under the licence below :-)

Licence

The code in this repository is licenced under the MIT License - the text of which is located in the LICENSE file in this repository. tl;drLegal have a summary if you don't want to read the full text :P