# File lib/language_detector.rb, line 204
  def tokenize(str) str.split(PUNCTUATION_REGEX); end