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
first of all you need to npm in your machine. then run
npm install
node server.js
npm install
npm start