PHP Summarizer
This tool will give a summary for the given text by ranking each sentence by its relevance. Features -Summary output with configurable treshold - only the lines with a frequency over the treshold will be returned -Best words extraction - most relevant keyword will be extracted (ordered by their relevance) -Sentences splitter - the given text is automatically split into sentences -Common words skip - in order to provide better results, common words are skipped based on a dictionary (only for English language provided) -Minimal dependencies - all you need is PHP 5 to run it -Incredibly fast - in most cases, the summary is returned in less than 0.1 seconds -Low memory usage - with regular articles less than 1MB of memory is used