Skip to content

rap2hpoutre/remove-stop-words

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove stop words

Packagist Build Status Scrutinizer Code Quality

Remove stop words from a string. It currently works in French, Spanish and English. Feel free to submit a Pull Request if you want to include your language.

Installation

composer require rap2hpoutre/remove-stop-words

Usage

Just call the remove_stop_words function with a string.

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

You can provide a locale as a second argument:

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

About

Remove stop words from a string

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages