summanlp / textrank

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

Check whether prefix or suffix exist before replacing #84

Open ksohan opened 2 years ago

ksohan commented 2 years ago

Added whether prefix or suffix exists before replacing. If prefix or suffix don't exist then it returns the original string as it is.

ksohan commented 2 years ago

Any update on this?