2017 © Pedro Peláez
 

library php-summary

PHP Summarization Library

image

divineomega/php-summary

PHP Summarization Library

  • Friday, April 13, 2018
  • by DivineOmega
  • Repository
  • 2 Watchers
  • 11 Stars
  • 1,200 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

PHP Summary

Build Status Coverage Status StyleCI Packagist, (*1)

A PHP library to automatically summarise text using a naive summerisation algorithm., (*2)

This summerisation algorithm in use takes the key sentence from each paragraph. It then strings these resulting sentences together to form the summary., (*3)

For more details on this algorithm, see this blog post by Shlomi Babluki., (*4)

Installation

Require this package, with Composer, in the root directory of your project., (*5)

composer require divineomega/php-summary

Usage

To use PHP Summary, you should create a new SummaryTool object, passing it the text content of your article. You can then call its getSummary method to retrieve the shortened summary of the article., (*6)

Note: The article content must have its paragraphs seperated by two new line characters., (*7)

$summary = (new SummaryTool($content))->getSummary();

The Versions

13/04 2018

dev-master

9999999-dev https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL3 LGPL-3.0-only

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library

27/03 2018

v2.0.1

2.0.1.0 https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL-3.0-only

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library

27/03 2018

dev-analysis-zEdN3m

dev-analysis-zEdN3m https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL-3.0-only

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library

26/03 2018

v2.0.0

2.0.0.0 https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL-3.0-only

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library

01/02 2018

v1.1.1

1.1.1.0 https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL-3.0-only

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library

07/01 2016

1.1

1.1.0.0 https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL3

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library

09/12 2015

v1.0

1.0.0.0 https://github.com/DivineOmega/php-summary

PHP Summarization Library

  Sources   Download

LGPL3

The Requires

  • php >=5.2.1

 

php library summarization summary summarizing summarization library