stopwords-filter icon indicating copy to clipboard operation
stopwords-filter copied to clipboard

Deprecated "File.exists?" method has been removed in Ruby 3.2 in favor of "File.exist?"

Open jakevose opened this issue 1 year ago • 1 comments

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"

jakevose avatar Mar 06 '23 19:03 jakevose

This is true, but it seems this repo is no longer maintained. See discussion in #23 for others who are picking it up.

mgmodell avatar Mar 10 '23 14:03 mgmodell