Skip to content

Releases: Donatello-za/rake-php-plus

Extractor tool can now extract stopwords from JSON files.

01 Mar 09:37
Compare
Choose a tag to compare

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

03 Dec 15:38
Compare
Choose a tag to compare
v1.0.8

V1.0.8 Added Spanish (es_AR) language stopwords.

Added proper handling of hyphenated words.

03 Dec 15:00
Compare
Choose a tag to compare
v1.0.7

V1.0.7 Added proper handling of hyphenated words.

v1.0.6

15 May 14:16
Compare
Choose a tag to compare
V1.0.6 release with Russian and French languages.

Sixth Beta Release

19 Mar 20:35
Compare
Choose a tag to compare
1.0.5

Fixed issue #2

Fifth Beta Release

15 Sep 21:55
Compare
Choose a tag to compare
Fifth Beta Release Pre-release
Pre-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

15 Sep 20:30
Compare
Choose a tag to compare
Fourth Beta Release Pre-release
Pre-release
1.0.3

Added unique keyword retrieval and examples.

Third Beta Release (Version Fix)

15 Sep 19:47
Compare
Choose a tag to compare
Pre-release
1.0.2b

Updated library version to 1.0.2.

Third Beta Release

15 Sep 19:30
Compare
Choose a tag to compare
Third Beta Release Pre-release
Pre-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

09 Sep 16:40
Compare
Choose a tag to compare
Second Beta Release Pre-release
Pre-release
1.0.1

Added special thanks and installation instructions.