Skip to content

Commit

Permalink
update root extraction
Browse files Browse the repository at this point in the history
التعديلات على طريقة استخلاص الجذر:

* تحسين قائمة الزوائد  بالنسبة للنسخة القديمة

* تحسين معالجة infixes مثل التاء والطاء والدال، في مثل

افتعل، اضطرب، ازدهر،

يعني  لا تكون الطاء حرف حشو infix إلا إذا تبعت الضاد. الأمر نفسه للداء
بعد الزاي.

* توليد كل الجذور الممكنة للتقسميات المختلفة

بالنسبة لاستخلاص الجذر التلقائي، يعني واحد مختار وليس كل الإمكانيات

* إضافة قاموس الجذور إلى تاشفين للتحقق من أفضل جذر،

* تجنب الجذور غير الثلاثية أو الرباعية

* اختيار الأكثر تكرارا
  • Loading branch information
linuxscout committed Aug 23, 2019
1 parent 929b07e commit 05023b1
Show file tree
Hide file tree
Showing 4 changed files with 7,720 additions and 68 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
def readme():
with open('README.rst') as f:
return f.read()
setup (name='Tashaphyne', version='0.3.2',
setup (name='Tashaphyne', version='0.3.3.2',
description='Tashaphyne Arabic Light Stemmer',
long_description = readme(),
author='Taha Zerrouki',
Expand Down
Loading

0 comments on commit 05023b1

Please sign in to comment.