remove stop words
v0.3.0
remove stop words จากสตริง ปัจจุบันใช้งานได้ในภาษาฝรั่งเศส สเปน และอังกฤษ อย่าลังเลที่จะส่งคำขอดึงหากคุณต้องการรวมภาษาของคุณ
composer require rap2hpoutre/remove-stop-words
เพียงเรียกใช้ฟังก์ชัน remove_stop_words
ด้วยสตริง
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