Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 876 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 876 Bytes

SimpleSummary

Summarizes text using a naive summarization algorithm

Installation

Add this line to your application's Gemfile:

gem 'simple_summary'

And then execute:

$ bundle

Or install it yourself as:

$ gem install simple_summary

Usage

Summary.squash content

The greater the relevance of your content, the better is the summarization

Included is a 100 line review of the iPhone5S picked up online.

Credits

Python implementation by shlomibabluki

Contributing

  1. Fork it ( http://github.com/prashanthrajagopal/simple_summary/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request