PHP code example of assertchris / ellison
1. Go to this page and download the library: Download assertchris/ellison library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
assertchris / ellison example snippets
$ellison = new AC\Ellison\Ellison();
$ellison->getSentenceDifficulty('This is a paragraph of text. It may e => 'moderate']
// [text => 'It might...sound amazing', type => 'complex']
// ]
$ellison->getPassivePhrases('This sentence may have been written by a corgi');
// => [
// [text => 'been written', type => 'passive']
// ]