3.0.0
This is a major release that focuses on code quality. Code has been polished to conform to Standard JS. In addition, code has been tested with jscpd.
As a consequence major changes have been made:
- All methods that were attached to native types have been removed. For instance the
attach
method has been removed from the stemmers and tokenizers. - Some methods in
lib/natural/index
(the API of natural) are renamed to become camel case
Documentation has to be updated for these changes. Will do that soon.