# File lib/language_detector.rb, line 205
def
is_punctuation?
(
char
);
char
=~
PUNCTUATION_REGEX
;
end