Project

sumitup

0.0
No commit activity in last 3 years
No release in over 3 years
Given an html document or fragment this gem will build a summary of the content.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0.0
>= 0
>= 1.0.0
>= 0.6.0
~> 1.8.3
>= 0
~> 3.12
~> 2.8.0

Runtime

 Project Readme

sumitup¶ ↑

Given an html document or fragment this gem will build a summary of the contents

parser = Sumitup::Parser.new summary = parser.summarize(item.content, length) summary = parser.summarize(item.title, length) if parser.is_blank?(summary)

Copyright © 2012 Tatemae. See LICENSE.txt for further details.