stopwords-filter
stopwords-filter copied to clipboard
Project for filtering stopwords
Ruby 3.2 deprecated File.exists? but File.exist? is available in 3.2 and earlier versions.
It looks like File.exists? is being deprecated. This ought to resolve the warnings.
After updating from 0.4.1 to 0.7.0, initializing the `Stopwords::Snowball::WordSieve` class produces the following error: ArgumentError: Unknown locale: "fn" I was able to get rid of the error by manually deleting...
Hi, please see: https://github.com/brenes/stopwords-filter/blob/4682dc5b32e8ba2a511ea19732bee5438c93770a/lib/stopwords/snowball/filter.rb#L11 It's causing "NoMethodError: undefined method `exists?' for File:Class"
Bumps [git](https://github.com/ruby-git/ruby-git) from 1.3.0 to 1.13.1. Release notes Sourced from git's releases. Release v1.13.1 Full Changelog 667b830 Update the GitHub Action step "actions/checkout" from v2 to v3 (#608) 23a0ac4 Fix...