Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/myokoym/colorful_reading

Colorize sentences by part of speech in English for CLI.
https://github.com/myokoym/colorful_reading

Last synced: 2 days ago
JSON representation

Colorize sentences by part of speech in English for CLI.

Awesome Lists containing this project

README

        

# ColorfulReading [![Gem Version](https://badge.fury.io/rb/colorful_reading.svg)](http://badge.fury.io/rb/colorful_reading)

Colorize sentences by part of speech in English for CLI.

![ColorfulReading](http://myokoym.net/public/colorful_reading-alice01.png)

## Thanks

* [yohasebe/engtagger](https://github.com/yohasebe/engtagger)
* [fazibear/colorize](https://github.com/fazibear/colorize)

## Installation

$ gem install colorful_reading

## Usage

$ colorful_reading FILE

or

$ echo TEXT | colorful_reading

## License

Copyright (c) 2015 Masafumi Yokoyama ``

GPLv2 or later.

See [LICENSE.txt](https://github.com/myokoym/colorful_reading/blob/master/LICENSE.txt) for details.