Skip to content

OdiaNLP/dictionary

Repository files navigation

Odia Dictionary

Code style: black Python 3.8 All Contributors

This project scrapes data from https://dsal.uchicago.edu/dictionaries/praharaj/
  • This project scrapes the dictionary corpus data from Purnachandra Bhashakosha
  • Prepares the mapping between different languages
  • Saves the words
  • Exposes an API for further development by interested

Dataset

  • Scraped Dataset with 1,21,658 words and their meanings can be found on Kaggle
  • Prepared 2 lakhs plus English and Odia parallel word/phrases pairs.

Setup

pip install -r requirements.txt
uvicorn app:app --reload

Usage

After installing and running the project

  1. Go to http://127.0.0.1:8000/
  2. Type in the word you want to search and click on Submit button.
    Search screen
  3. You will be able to see the result if the word is present else, mismatch message will come. Result screen

License

MIT License

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Soumendra kumar sahoo

💻 🖋 🎨

This project follows the all-contributors specification. Contributions of any kind welcome!