Yisus
Yisus
Hi there, I have an issue with the gem, when you give a corpus already downcased it fails because downcase! returns nil. Here is the line: https://github.com/mathieuripert/ruby-tf-idf/blob/master/lib/ruby-tf-idf.rb#L100 Maybe you can...
downcase! was causing that some documents that were already in downcase were lost, as downcase! returns nil if no change is made.
Added version to decide how to get the current isolation level. In MySQL
The idea is to support wildcards when setting a day of week. A use case for this is if you want to send an alert every hour only on weekdays....