/English_Bangla_Dictionary

A dictionary developed with perfect hash technique

Primary LanguageJavaScript

English_Bangla_Dictionary

A dictionary developed with perfect hash technique. In this dictionary dataset more than 16K words are used and the dataset is in JSON format. After using secondary hash table the remaining collision is less than 7%.
In this project backend and frontend is separate. Backend is developed with node.js and frontend is developed with React JS.
The dataset is in JSON format collected from https://github.com/MinhasKamal/BengaliDictionary

Server setup

first of all you need to npm in your machine. then run

  1. npm install
  2. node server.js

Client setup

  1. npm install
  2. npm start