Skip to content

Commit 3d889f7

Browse files
committed
Update newmm.py
1 parent 02e9cb5 commit 3d889f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythainlp/tokenize/newmm.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
\d+([,\.]\d+)*| # numbers
4545
[ \t]+| # spaces
4646
\r?\n| # newlines
47-
[^\u0E00-\u0E7F \t]+ # other non-Thai characters
47+
[^\u0E00-\u0E7F \t\r\n]+ # other non-Thai characters
4848
"""
4949
)
5050

0 commit comments

Comments
 (0)