From 0df9143c7b81c438c071644f0c9e8f3962082dbe Mon Sep 17 00:00:00 2001 From: anirudhagar13 Date: Mon, 8 May 2017 11:48:50 +0530 Subject: [PATCH] User Manual to setup and use platform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4503775..66475dc 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Custom Semantic Graph based on Wordnet #Steps to Create: ------------------- - 1. Install python2.7. + 1. Install python2.7 and django 1.7.11 or higher. 2. Download nltk package in python using pip-install/easy-install. 3. Get wordnet, penntreebank from nltk corpus in python, incase any dependency missed get it using nltk.download() > dependency. 4. Run Creator.sh to create graphdata, it is a shell file.