/nativis

Writing style visualization & suggestion

Primary LanguagePython

The NatiVis Server

Install

Prerequisites

  • django
  • requests
  • django-cors-headers
  • nltk
  • // lxml

Note for installing lxml

For Windows (64 bit):

lxml usually should be installed from wheel.

pip install lxml-3.5.0-cp27-none-win_amd64.whl

For Ubuntu Server 14.04.3 (64 bit):

lxml should be installed as follows.

sudo apt-get install libxml2-dev libxslt1-dev python-dev zlib1g-dev 
pip install lxml

Refferred from here

Running

python manage.py runserver 0.0.0.0:8002

Note:

Currently the server is running on [http://166.111.139.15:8002]

A client can be accessed from [http://pi.cs.tsinghua.edu.cn/lab/nativis]

TODO

Restructure the project to include client code (since tree.py and features.py are shared).

Insert formula like this:

equation

Refferred from here

Alternative: Using MathJax with Jekyll

Acknowledgement

This project is built on Aloha Editor