porter_2_stemmer 3.0.0+2 porter_2_stemmer: ^3.0.0+2 copied to clipboard
Reduce a word to its root form using the Porter English stemming algorithm.
<!-* BSD 3-Clause License Copyright (c) 2022, GM Consult Pty Ltd All rights reserved. -->
3.0.0+2 #
Updated
- Dependencies.
3.0.0+1 #
BREAKING CHANGES
Updated
- Dependencies.
3.0.0 #
BREAKING CHANGES
Breaking changes
- All constants moved from
Porter2Stemmer
andPorter2StemmerMixin
toPorter2StemmerConstants
.
New
- New mini library
constants
. - New mini library
extensions
.
Updated
- Dependencies.
- Tests.
- Examples.
- Documentation.
2.0.0 #
BREAKING CHANGES
Breaking changes
Porter2Stemmer
changed to abstract interface with a factory constructor to remove algorithm implementation from the interface.- Implementation of the
Porter2Stemmer
moved to thePorter2StemmerBase
abstract class. ExtendPorter2StemmerBase
instead ofPorter2Stemmer
.
Updated
- Dependencies.
- Tests.
- Examples.
- Documentation.
2.0.0-3 #
Updated
- Documentation.
2.0.0-2 #
Updated
- Documentation.
2.0.0-1 #
BREAKING CHANGES
Breaking changes
Porter2Stemmer
changed to abstract interface with a factory constructor to remove algorithm implementation from the interface.- Implementation of the
Porter2Stemmer
moved to thePorter2StemmerBase
abstract class. ExtendPorter2StemmerBase
instead ofPorter2Stemmer
.
Updated
- Dependencies.
- Tests.
- Examples.
- Documentation.
1.1.0 #
PREVIEW of BREAKING CHANGES in UPCOMING VERSION 2.0.0
Updated
- Dependencies.
- Tests.
- Examples.
- Documentation.
1.0.0+6 #
Updated
- Documentation.
1.0.0+5 #
Updated
- Documentation.
1.0.0+4 #
Updated
- Updated exports.
1.0.0+3 #
Updated
- Documentation.
1.0.0+2 #
Updated
- Documentation.
1.0.0+1 #
Updated
- Documentation.
1.0.0 #
STABLE RELEASE
Updated
- Documentation.
0.0.12 #
PRE-RELEASE
Updated
- Documentation.
0.0.11 #
PRE-RELEASE
Updated
- Documentation.
0.0.10 #
PRE-RELEASE
Updated
- Documentation.
0.0.9 #
PRE-RELEASE
- Code clean-up
Updated
- Documentation.
0.0.8 #
PRE-RELEASE
Updated
- Improved implemented accuracy to 99.99%
0.0.7 #
PRE-RELEASE
Updated
- Documentation.
0.0.6 #
PRE-RELEASE
Updated
- Improved accuracy to 98.7%
0.0.5 #
PRE-RELEASE
Updated
- Improved accuracy to 97.1%
0.0.4 #
PRE-RELEASE
- Updated examples.
0.0.3 #
PRE-RELEASE
Updated
- Updated examples.
0.0.2 #
PRE-RELEASE, BREAKING CHANGES
Breaking changes
- Changed handling of exceptions to algorithm.
Updated
- Documentation.
0.0.1 #
PRE-RELEASE
- Initial version.