Skip to content

rezaul28/English_Bangla_Dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A dictionary developed with perfect hash technique

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published