akihikodaki / cld3-ruby

cld3-ruby is an interface of Compact Language Detector v3 (CLD3) for Ruby.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning in ruby 3.2

j-manu opened this issue · comments

Getting this warning while running cld3 in ruby 3.2 in Linux in docker

/usr/local/bundle/gems/cld3-3.5.1/lib/cld3.rb:53: warning: undefining the allocator of T_DATA class CLD3::NNetLanguageIdentifier::Unstable

Fixed with commit ed6ef27.