77 78 79
# File 'lib/excite/crfparser.rb', line 77 def self.strip_punct(str) str.gsub(/[^[:alnum:]]/, '') end