Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
redwan-hossain committed Oct 21, 2022
1 parent cee844f commit 7241d74
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,25 @@

<br>

## Note:
![ortho dictionary in action](./ortho_snap.png)

- The codebase is in alpha stage.
<br>

# Features:

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

<br>

# Steps to run Ortho Dictionary:

**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 YDM by this command: `python3 ortho.py`

- The very first run may take some time because the of the extraction process of the sqlite database.
Binary file added ortho_snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7241d74

Please sign in to comment.