Demo 0 | Demo 1 | Demo 2 | Demo 3 | Demo 4 | Demo 5 | Code | Matt Smith

Demo 2

Array
(
)
======================
Text: ...
Total Keywords: 0
======================

Demo2.php

<?php

//All Keywords as an array
$tm = new TextMiner();

$tm->addFile("http://en.wikipedia.org/wiki/Data_mining");
$tm->process();

printa($tm->getKeywords());
echo 
$tm->printSummary();
        
?>