PyPI Package

bangla-dictionary · Python · MIT License

bangla-dictionary
MIT
Installation
pip install bangla-dictionary
Quick Start
from bangla_dictionary.dictionary import BanglaDictionary
bd = BanglaDictionary()

Usage Examples

Get meaningbd.get_meaning("অই")
Get pronunciationbd.get_pronunciation("অংগুষ্ঠানা")
Get example sentencebd.get_example("অকাজ")
Get part of speechbd.get_pos("অকাট্য")
Get word typebd.get_type("অঋণ")
Get sourcebd.get_source("অকাণ্ড")

Released under the MIT License · Free to use, modify, and distribute