14 15 16
# File 'lib/text_detector.rb', line 14 def self.normalize(text) NKF.nkf('--katakana -w', shallow_normalize(text)) end