Textrank Versions Save

TextRank implementation for Python 3.

v1.2.0

5 years ago

This new version adds:

  • support for Polish language (#49, thank you @mkopec87!)
  • support for custom stopwords (#36, thank you @CrossNox!)
  • support for Arabic language (#56, thank you @adhaamehab!)

and fixes a weird legacy bug when selecting an non existing language (#51)

Enjoy!

v1.1.0

5 years ago

This new version fixes:

  • A bug that prevented the installation of the package if the default encoding is not UTF-8 (#43, thank you @tongyongquan for reporting!).

And also includes:

  • Danish stopwords (#33, thank you @LShostenko).
  • Italian stopwords (#34, thank you @prof18).

Enjoy!

v1.0.0

5 years ago

This is the first release for Python 3.5.

(It was actually available in Pypi since May, but I forgot to add the release here 🤷‍♂️ ).

Feel free to contribute, create an issue or fork :+1:

v0.1.0

6 years ago

We are proud to announce the first stable release of the textrank module.

This is the last supported stable version for Python 2.x

Feel free to contribute or fork :+1:

v0.0.2

9 years ago

GEXF exportation improved. Feel free to contribute or fork :+1:

v0.0.1

9 years ago

We are proud to announce the first beta release of Summa's textrank module. Feel free to contribute or fork :)