Skip to content

zyshin/query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Query Project

A fork of the ESLWriter project to enhance query interface.

Setup

  • Install dependencies
pip install -r requirements_x64.txt
  • Install NLTK corpora In python shell:
import nltk
nltk.download()

Download WordNet (wordnet) and Punkt Tokenizer Models (punkt).

  • Runserver
python manage_debug.py runserver

Next Step

Modify eslwriter/views.py, where is marked by # TODO: ---- add your code here ----.

About

A fork of the ESLWriter project to enhance query interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published