mirror of
https://github.com/wassname/talk.git
synced 2026-08-03 13:20:59 +08:00
Add more punctuation types to word list rules (#2907)
CORL-957 Co-authored-by: Kim Gardner <kgardnr@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ interface WordListRule {
|
||||
|
||||
const DefaultWordListRule: WordListRule = {
|
||||
split: "[^\\w]",
|
||||
punctuation: '[\\s"?!.]+',
|
||||
punctuation: '[\\s"?!.¿¡`:;]+',
|
||||
whitespace: "\\s+",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user