A demo of Microsoft.Recognizers.Text.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Starbeamrainbowlabs c194345845
README.md: Add link to blog post
5 years ago
TextRecogniserDemo Create Microsoft.Recognizers.Text demo. Does this mean there will be more types of recogniser in the future? :D 5 years ago
.gitignore Create Microsoft.Recognizers.Text demo. Does this mean there will be more types of recogniser in the future? :D 5 years ago
LICENSE Initial commit 5 years ago
README.md README.md: Add link to blog post 5 years ago
TextRecogniserDemo.sln Create Microsoft.Recognizers.Text demo. Does this mean there will be more types of recogniser in the future? :D 5 years ago

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