Module: CharlockHolmes::CharsetMatchExt

Defined in:
lib/charlock_holmes/charset_match_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



7
8
9
10
11
12
13
# File 'lib/charlock_holmes/charset_match_ext.rb', line 7

def to_hash
  {
    encoding: self.getName(),
    confidence: self.getConfidence(),
    language: self.getLanguage()
  }
end