Releases: Donatello-za/rake-php-plus
Releases · Donatello-za/rake-php-plus
Extractor tool can now extract stopwords from JSON files.
V1.0.9 Extractor tool can now extract stopwords from JSON files. This is in preparation to be able to support more languages as per this project: https://github.com/Donatello-za/stopwords-json
Also: the ext-mbstring
requirement is now required for the whole project and not just under require-dev
.
V1.0.8 Added Spanish (es_AR) language stopwords
v1.0.8 V1.0.8 Added Spanish (es_AR) language stopwords.
Added proper handling of hyphenated words.
v1.0.7 V1.0.7 Added proper handling of hyphenated words.
v1.0.6
V1.0.6 release with Russian and French languages.
Sixth Beta Release
1.0.5 Fixed issue #2
Fifth Beta Release
Fixed keywords() returning integer values. Keywords would return integer values for phrases containing numbers, this is now fixed so that only keywords of type string will be returned.
Fourth Beta Release
1.0.3 Added unique keyword retrieval and examples.
Third Beta Release (Version Fix)
1.0.2b Updated library version to 1.0.2.
Third Beta Release
Various improvements and bug fixes. - Made some code format consistency changes. - Change: Filtering out minimum length phrases are no longer set to 3 as default and is instead disabled by default. - New Feature: Filtering out numerics is now optional. - Bug Fix: Regex pattern to split sentences was causing problems especially with sentences that have numbers in them. Changed to a simpler regex pattern. - Change: Replaced `strlen()` with `mb_strlen()`. - Change: Removed checks to see if `mb_*` functions exist as this library is dependant on PHP v.5.4.0 which will have those functions available.
Second Beta Release
1.0.1 Added special thanks and installation instructions.