Taha Zerrouki (طه زروقي )
Taha Zerrouki (طه زروقي )
Salam, can you tell me the API request format. thanks
Try, using action="Tashkeel2", it will give more data in response. thanks.
Salam, Mishkal support semi diactritized texts, and work on it. if the text has already some diacritics, this will give better results, Thanks
Ok, please let me know.
Salam @mbassiouny33 , I'm working on the arabic module, Think you for your comment, For the example لا تنسى أن تبقي، I tested it on LT online, and it suggests...
@mbassiouny33 please close the issue.
## ✅ Why Add Confidence Scoring? When Qalsadi returns multiple possible lemmas or a single one from ranked options, adding a **confidence score** helps: | Use Case | Benefit |...
## ✅ TODO List: Lemmatization Confidence Scoring ### 📦 Data & Structure * [ ] Review how `lemmatizer.py` selects lemmas from solutions. * [ ] Identify where frequency or ranking...
## ✅ Function: `compute_confidence()` Place this inside your `Lemmatizer` class (or wherever solutions are ranked): ```python def compute_confidence(self, solutions): """ Compute confidence score based on solution rank. - Top-ranked solution:...