Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/myokoym/colorful_reading
- Owner: myokoym
- License: gpl-2.0
- Created: 2015-05-20T17:14:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T17:58:58.000Z (over 9 years ago)
- Last Synced: 2024-11-07T15:55:59.214Z (8 days ago)
- Language: Ruby
- Homepage: https://rubygems.org/gems/colorful_reading
- Size: 137 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.