Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JavaScript stemmer code to the latest version of Snowball (v2.1.0) #8867

Merged
merged 5 commits into from
Feb 14, 2021

Commits on Feb 12, 2021

  1. Update non-minified-js to the latest version from snowball v2.1.0

    Generated using 'make dist_libstemmer_js' in a git checkout of
    https://github.com/snowballstem/snowball.
    mitya57 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    d9bf73d View commit details
    Browse the repository at this point in the history
  2. Add minified versions of libstemmer JS files

    Generated from non-minified versions using uglifyjs (installed via npm),
    with -m option to enable mangling.
    mitya57 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    4ad6dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5abbb40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34553dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb81973 View commit details
    Browse the repository at this point in the history