Recommend this page to a friend! |
Classes of Chun-Sheng, Li | > | PHP STMR | > | Download .zip .tar.gz | > | Support forum | > | Blog (1) | > | Latest changes |
|
Groups | Applications | Files |
Groups |
Algorithms | Numerical and statistical algorithms | View top rated classes |
PHP 5 | Classes using PHP 5 specific features | View top rated classes |
Text processing | Manipulating and validating text data | View top rated classes |
Artificial intelligence | Automation of tasks using human-like intelligence | View top rated classes |
Extensions | Extend PHP using code in C, C++ or other languages | View top rated classes |
Innovation Award |
May 2023 Nominee Vote |
The Porter stemmer algorithm is used to process words to remove common endings. This algorithm helps detect similar words. The Porter stemmer algorithm is used in artificial intelligence applications that simplify the processing of words in sentences by reducing the number of words the artificial intelligence needs to recognize. This package provides a PHP extension written in C that provides a PHP function that implements the Porter stemmer algorithm. This way, this function can run faster than a pure PHP implementation of the same algorithm. Consequently, PHP functions that use this extension can also run faster and process text in less time. Manuel Lemos |
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.
Files |
File | Role | Description | ||
---|---|---|---|---|
tests (2 files) | ||||
config.m4 | Data | Auxiliary data | ||
config.w32 | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
php_stmr.c | Data | Auxiliary data | ||
php_stmr.h | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
stmr.c | Data | Auxiliary data | ||
stmr.h | Data | Auxiliary data |
Install with Composer - Download all files: php-stmr.tar.gz php-stmr.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|
Files |
File | Role | Description | ||
---|---|---|---|---|
tests (2 files) | ||||
config.m4 | Data | Auxiliary data | ||
config.w32 | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
php_stmr.c | Data | Auxiliary data | ||
php_stmr.h | Data | Auxiliary data | ||
README.md | Doc. | Documentation | ||
stmr.c | Data | Auxiliary data | ||
stmr.h | Data | Auxiliary data |
Install with Composer - Download all files: php-stmr.tar.gz php-stmr.zip NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.
|