A simple webapp in Flask that serves as a demo for TurboParser.
- Download and install TurboParser (see link above).
- Install the Python wrapper for TurboParser (see link above).
- Install flask, flask-wtf, numpy and nltk with
pip install -r requirements.txt
- Run the following commands, where is the folder where TurboParser is installed:
git clone https://github.com/andre-martins/TurboDemo.git
cd TurboDemo
- Launch the server:
cd TurboDemo
python turbo_demo_launcher.py
- Point your browser to http://localhost:5000/turbo_demo.
- Have fun!
LGPL.