This package browser is in early development. Mind the rough edges.

python-readability 0.3.1

Measure the readability of a given text using surface characteristics

This package provides a Python library that is an implementation of traditional readability measures based on simple surface characteristics. These measures are basically linear regressions based on the number of words, syllables, and sentences.

Installation

Install python-readability 0.3.1 as follows:

guix install python-readability@0.3.1

Or install the latest version:

guix install python-readability

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.