Skip to content

andre-martins/TurboDemo

Repository files navigation

TurboDemo

A simple webapp in Flask that serves as a demo for TurboParser.

Installation instructions

  1. Download and install TurboParser (see link above).
  2. Install the Python wrapper for TurboParser (see link above).
  3. Install flask, flask-wtf, numpy and nltk with
pip install -r requirements.txt
  1. Run the following commands, where is the folder where TurboParser is installed:
git clone https://github.com/andre-martins/TurboDemo.git
cd TurboDemo

Usage

  1. Launch the server:
cd TurboDemo
python turbo_demo_launcher.py
  1. Point your browser to http://localhost:5000/turbo_demo.
  2. Have fun!

Licence

LGPL.

About

A simple webapp in Flask that serves as a demo for TurboParser.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published