# DUAL LICENSE AGREEMENT

This project uses a split licensing model to balance open-source collaboration with data protection.

## 1. SOURCE CODE (Open Source)
The source code (Python logic, algorithms, API structure) is licensed under the **MIT License**.
You are free to use, modify, and distribute the code for both personal and commercial purposes.

See [LICENSE-CODE](LICENSE-CODE) for details.

## 2. DATASETS & RULES (Restricted)
The dictionary database (`dictionary.db`), linguistic rules, and data assets are licensed under **CC BY-NC-SA 4.0** (Creative Commons Attribution-NonCommercial-ShareAlike 4.0).
You may NOT use the data for commercial purposes without permission.

See [LICENSE-DATA](LICENSE-DATA) for details.

---

## Summary Table

| Component | License | Commercial Use? |
|-----------|---------|-----------------|
| Python Code (`.py`) | **MIT** | ✅ YES |
| Dictionary (`.db`) | **CC BY-NC-SA 4.0** | ❌ NO (Requires License) |
| Linguistic Rules | **CC BY-NC-SA 4.0** | ❌ NO (Requires License) |

## Commercial Inquiries
For commercial use of the dictionary data, please contact:
- **Email**: choudhariprathmesh001@gmail.com
- **GitHub**: @iampratham29
