From 01865b6e7bb576c7866d0f059f5fee7007fad011 Mon Sep 17 00:00:00 2001 From: julesdruguet Date: Mon, 16 Dec 2019 12:43:24 +0100 Subject: [PATCH] ES fix & FR improvement (#7) --- README.md | 2 +- src/locale/es.php | 2 +- src/locale/fr.php | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3aa157a..df08334 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://travis-ci.org/rap2hpoutre/remove-stop-words.svg?branch=master)](https://travis-ci.org/rap2hpoutre/remove-stop-words) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/rap2hpoutre/remove-stop-words/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/rap2hpoutre/remove-stop-words/?branch=master) -Remove stop words from a string. It currently works in French and English. Feel free to submit a Pull Request if you want to include your language. +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 diff --git a/src/locale/es.php b/src/locale/es.php index f955ab8..848176d 100644 --- a/src/locale/es.php +++ b/src/locale/es.php @@ -75,7 +75,7 @@ 'arriba', 'encima', 'debajo', - 'de' + 'de', 'de nuevo', 'mas alla', 'entonce', diff --git a/src/locale/fr.php b/src/locale/fr.php index f3d3704..4268d98 100644 --- a/src/locale/fr.php +++ b/src/locale/fr.php @@ -139,4 +139,9 @@ 'se', 'me', 'te', + 'qu', + 'd', + 'vos', + 'aux', + 'ai' ]; \ No newline at end of file