Skip to content

Automatically constructed lexical database for Bangla inspired from Wordnet

Notifications You must be signed in to change notification settings

ankur-india/lexical_db_bangla

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lexical Database Bangla

Automatic construction of lexical database for Bangla inspired from Wordnet using a bilingual dictionary and Wordnet.

Usage

  1. Download the package. python setup.py install

  2. In your python code import lexical_db_bangla syns_set=lexical_db_bangla.syns(word) print syns where word is any bangla word.

Approach

For each Bangla word in the billingual (bangla to english dictionary), we need to look up all possible English words. Then we out find out the synsets for those English words from Princeton WordNet, extract the whole network of those synsets and copy that to our target wordnet for Bangla. Then, we try to translate the structure where ever possible, like name of the features attached with each word/synset, the features of these words and of course the actual words into Bangla.

Note

Dumps in the folder english_bangla_datasets have been downloaded from http://www.bengalinux.org/english-to-bengali-dictionary/dumps/. The license for the same can be found in the folder in the file Copying.txt

About

Automatically constructed lexical database for Bangla inspired from Wordnet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%