Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 889 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 889 Bytes

Ortho is an English to Bangla Dictionary based on Bangla Academy's E2B Database.


ortho dictionary in action


Features:

  • Ove 21000 words directly taken from bangla academy dictionary.
  • Super fast word lookup based on hash-map and sqlite database.

Platform specific executable files:

Platform specific executable files are available in the release page.


Steps to run Ortho Dictionary from source code:

Ensure python (3.9+) is installed in your system then follow the following steps:

  • Clone the repo or download the source codes.

  • Install the dependencies first: pip3 install -r requirements.txt

  • Then run Ortho Dictionary by this command: python3 ortho.py

  • The very first run may take some time because the of the extraction process of the sqlite database.