| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/demo.php.tar |
dev/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples/demo.php 0000644 00000001362 15114234304 0031030 0 ustar 00 home/xbodynamge <?php
if (PHP_SAPI != 'cli') {
echo "<pre>";
}
$strings = array(
1 => 'Weather today is rubbish',
2 => 'This cake looks amazing',
3 => 'His skills are mediocre',
4 => 'He is very talented',
5 => 'She is seemingly very agressive',
6 => 'Marie was enthusiastic about the upcoming trip. Her brother was also passionate about her leaving - he would finally have the house for himself.',
7 => 'To be or not to be?',
);
require_once __DIR__ . '/../autoload.php';
$sentiment = new \PHPInsight\Sentiment();
foreach ($strings as $string) {
// calculations:
$scores = $sentiment->score($string);
$class = $sentiment->categorise($string);
// output:
echo "String: $string\n";
echo "Dominant: $class, scores: ";
print_r($scores);
echo "\n";
}
namtation/wp-content/plugins/all-in-one-seo-pack/vendor/jwhennessey/phpinsight/examples/demo.php 0000644 00000001362 15114413405 0032245 0 ustar 00 home/xbodynamge <?php
if (PHP_SAPI != 'cli') {
echo "<pre>";
}
$strings = array(
1 => 'Weather today is rubbish',
2 => 'This cake looks amazing',
3 => 'His skills are mediocre',
4 => 'He is very talented',
5 => 'She is seemingly very agressive',
6 => 'Marie was enthusiastic about the upcoming trip. Her brother was also passionate about her leaving - he would finally have the house for himself.',
7 => 'To be or not to be?',
);
require_once __DIR__ . '/../autoload.php';
$sentiment = new \PHPInsight\Sentiment();
foreach ($strings as $string) {
// calculations:
$scores = $sentiment->score($string);
$class = $sentiment->categorise($string);
// output:
echo "String: $string\n";
echo "Dominant: $class, scores: ";
print_r($scores);
echo "\n";
}