Skip to content

Commit 25d83ac

Browse files
committed
add more options to pre and post punc
1 parent 657c0b4 commit 25d83ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/usenglish/usenglish.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@
4242
#include "us_text.h"
4343
#include "us_ffeatures.h"
4444

45-
static const char * const us_english_punctuation = "\"'`.,:;!?(){}[]";
46-
static const char * const us_english_prepunctuation = "\"'`({[";
45+
static const char * const us_english_punctuation = "\"'`.,:;!?(){}[]-_*/+#$%^&";
46+
static const char * const us_english_prepunctuation = "\"'`.,:;!?(){}[]-_*/+#$%^&";
4747
static const char * const us_english_singlecharsymbols = "";
4848
static const char * const us_english_whitespace = " \t\n\r";
4949

0 commit comments

Comments
 (0)