Taha Zerrouki (طه زروقي )

Results 63 issues of Taha Zerrouki (طه زروقي )

- [ ] Add a new facade class to conjugate verbs, - [ ] Enhance documents and examples - [ ] The class is Qutrub_API, but we change the name...

تحسين معالجة الفعل الجامد - [ ] حصر الافعال الجامدة - [ ] حصر أزمنتها المختلفة لكل فعل

Improve Gui iterface

enhancement
help wanted

- [ ] تصنيف الأفعال - [ ] تقديم الاستشارة - [x] مرجع قطرب أطروحة الدكتوراه - [ ] قواعد التصريف - [ ] أقسام الافعال - [x] مكتبة قطرب...

The input verb must be valid, we cna check some pattern without database, it use [verb_valid.py](https://github.com/linuxscout/qutrub/blob/master/libqutrub/verb_valid.py) file, with _is_valid_infinitive_verb(word, vocalized = True)_ function. this function check some common error, we...

Make an application to run under android, the application can be offline unsing conjugated verbs database if the verb isn't conjugated, we can get it once from online qutrub server

help wanted

Represent tags as numeric features in order to use it for some machine leaning algorithms [N--;--I-;---H;----] ==> [4,0,0,0,0,2,0,0,0,0,1,0,0,0,0]

enhancement

Port decode and inflect to JavaScript, to use it with Web interface

help wanted