Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User Manual to setup and use platform #49

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Custom Semantic Graph based on Wordnet

#Steps to Create:
-------------------
1. Install python2.7.
2. Download nltk package in python via pip-install/easy-install.
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.
5. If using Powershell, run the above file as 'Measure-Command {start-process sh Creator.sh -Wait}', if bash, run 'time Creator.sh'
Expand Down