PHP code example of entervpl / remove-stop-words
1. Go to this page and download the library: Download entervpl/remove-stop-words 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/ */
entervpl / remove-stop-words example snippets
use function Rap2hpoutre\RemoveStopWords\remove_stop_words;
echo remove_stop_words('The quick brown fox jumps over the lazy dog');
// quick brown fox jumps lazy dog
use function Rap2hpoutre\RemoveStopWords\remove_stop_words;
echo remove_stop_words('Portez ce vieux whisky au juge blond qui fume', 'fr');
// Portez vieux whisky juge blond fume