Skip to content

aboustayyef/TextSummarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Summary

This is a utility class for extracting a summary from large texts.

##Usage

<?php

$document = new Aboustayyef\Summarizer;
 
$document->text = <<<EOD
This is where you put a text. It can include <em>tags</em>. But they will be removed.
EOD;

echo $document->summarize(2); // number of sentences wanted

?>

About

Attempts to summarize a text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages