sumy v0.3.0 Release Notes

Release Date: 2015-08-29 // over 8 years ago
    • Added possibility to specify format of input document for URL & stdin. Thanks to @Lucas-C.
    • Added possibility to specify custom file with stop-words in CLI. Thanks to @Lucas-C.
    • 👍 Added support for French language (added stopwords & stemmer). Thanks to @Lucas-C.
    • Function sumy.utils.get_stop_words raises LookupError instead of ValueError for unknown language.
    • 👻 Exception LookupError is raised for unknown language of stemmer instead of falling silently to null_stemmer.