Summarizes text using a naive summarization algorithm
Add this line to your application's Gemfile:
gem 'simple_summary'
And then execute:
$ bundle
Or install it yourself as:
$ gem install simple_summary
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.
Python implementation by shlomibabluki
- Fork it ( http://github.com/prashanthrajagopal/simple_summary/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request