StopWords.php
Zend Framework (http://framework.zend.com/)
Tags
Table of Contents
Classes
- StopWords
- Token filter that removes stop words. These words must be provided as array (set), example: $stopwords = array('the' => 1, 'an' => '1');
Zend Framework (http://framework.zend.com/)