andre-martins / TurboDemo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU Lesser General Public License v3.0


Languages

Language:JavaScript 82.0%Language:Python 8.1%Language:CSS 4.3%Language:HTML 3.3%Language:CoffeeScript 2.4%