You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# coding=utf8
from summa import summarizer, keywords
text = 'التلخيص التلقائي هو عملية تصغير مستند نصي بامتدادبرنامج كمبيوتر من أجل إنشاء ملخص يحتفظ بأهم النقاط من المستند الأصلي. كما نمت مشكلة الحمل الزائد للمعلومات ، وكما ازدادت كمية البيانات ، لذلك اهتم بالتلخيص التلقائي. تأخذ التقنيات التي يمكنها إنشاء ملخص متماسك في الاعتبار المتغيرات مثل الطول وأسلوب الكتابة والنحو. مثال على استخدام تقنية التلخيص'
print(summarizer.summarize(text=text, language="arabic"))
print(keywords.keywords(text=text, language="arabic"))
But the problem is that I am not getting arabic summarization, but keywords is working.
This is my output:
مستند
المستند
إنشاء ملخص
التقنيات
تقنية
التلخيص
بالتلخيص
بامتدادبرنامج
المتغيرات
The text was updated successfully, but these errors were encountered:
hiyamgh
changed the title
summarize arabic text not working
summarize arabic text not working with defualt settings
Sep 29, 2020
التلخيص التلقائي هو عملية تصغير مستند نصي بامتدادبرنامج كمبيوتر من أجل إنشاء ملخص يحتفظ بأهم النقاط من المستند الأصلي.
مثال على استخدام تقنية التلخيص
مستند
المستند
إنشاء ملخص
التقنيات
تقنية
التلخيص
بالتلخيص
بامتدادبرنامج
المتغيرات
Hello,
I have the following code:
But the problem is that I am not getting arabic summarization, but keywords is working.
This is my output:
The text was updated successfully, but these errors were encountered: