Wayward is a Python package that helps to identify characteristic terms from single documents or groups of documents. It can be used for keyword extraction and several related tasks, and can create efficient sparse representations for classifiers. It was originally created to provide term weights for word clouds.
:snake: A simple Python (2 or 3) script to generate a PNG word-cloud :cloud: image from a bunch of :open_file_folder: text files :tada:. Based on word_cloud by @amueller.