diff --git a/src/pyj/read_book/find.pyj b/src/pyj/read_book/find.pyj index e868a4aff5..0acf5dfdd1 100644 --- a/src/pyj/read_book/find.pyj +++ b/src/pyj/read_book/find.pyj @@ -45,7 +45,7 @@ def index_for_node(node, node_list): def tts_word_regex(): - return /[\p{Letter}\p{Mark}\p{Number}]{1,50}/gu + return /[\p{Letter}\p{Mark}\p{Number}\p{Punctuation}]{1,50}/gu def tts_data(text_node, offset):