Delon R. Newman
Delon R. Newman
Just a minor spelling fix.
When pulling the category as shown below: ```ruby Infoboxer.wikipedia('en').category('Category:Census-designated places in California') ``` I get the following error: `'block in list': undefined method 'first' for nil:NilClass (NoMethodError)` The stack trace...
Improve tests first. Simplify by just aliasing "new". Make it compatible with variable argument initializers (see https://github.com/delonnewman/invokable/issues/9).
```ruby invokable.map # => # invokable.map(enumerable) # => # invokable.select # => # invokable.select(enumerable) # => # invokable.reduce # => # invokable.reduce(init, enumerable) ? invokable.reduce(enumerable) ? ``` https://clojure.org/reference/transducers https://www.rubydoc.info/gems/transducers/0.4.94
Probably should be a separate gem https://github.com/xdrop/fuzzywuzzy?tab=readme-ov-file#usage https://github.com/seatgeek/thefuzz
https://github.com/xdrop/fuzzywuzzy