# File lib/espeak/speech.rb, line 51
def
sanitized_text
@text
.
gsub
(
/(!|\?|"|`|\\)/
,
' '
).
strip
end