Language Detection Formatter

class Formatter
  def cleanup(text)
    strip_tags(text)
  end
end