Skip to content

Commit

Permalink
add more options to pre and post punc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomotz committed Oct 3, 2024
1 parent 657c0b4 commit 25d83ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/usenglish/usenglish.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
#include "us_text.h"
#include "us_ffeatures.h"

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

Expand Down

0 comments on commit 25d83ac

Please sign in to comment.