Skip to content

prashanthrajagopal/simple_summary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A naive approach to summarizing a chunk of text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages