summanlp / textrank

TextRank implementation for Python 3.
https://pypi.org/project/summa/
MIT License
1.25k stars 260 forks source link

Arabic language support #55

Closed adhaamehab closed 5 years ago

adhaamehab commented 5 years ago

Hello.

I noted that the Arabic isn't supported yet. so I'm willing to add it. Any advice?

fedelopez77 commented 5 years ago

In order to support a new language, a list of stopwords is required. Also, it would be nice to have a proper stemmer/lemmatizer for that language but that is much more complex.

adhaamehab commented 5 years ago

Cool, I'll work on it.