Skip to content

soumenganguly/Bangla-Wordnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Introduction

Bangla Wordnet is a lexical database for the bengali language inspired from the WordNet developed at Princeton.

#Usage

  1. Download the compressed release of your choice(zip/tar) and decompress it in any of your folder's.

  2. Set up a working installation of django,preferrably inside a virtual environment.

  3. Download and install MongoDB here,pymongo and NLTK.

  4. Start the mongod server.

  5. Run load.py file from the load directory.

  6. Start the Mongo shell and create a database- "online": use online

  7. Create a user named root and add roles for it: ``db.createUser({user:"root",pwd:"root",roles:[{role:"readWrite",db:"online"},]}).

  8. Run the django server and point to your localhost

  9. There's no step 9.