@@ -323,6 +323,7 @@ export const TRAILING_PUNCT = new Set([
'》',
'〉',
'>',
+ '/',
]);
export const LEADING_PUNCT = new Set(['“', '‘', '"', "'", '(', '(', '[', '【', '{', '『', '《', '〈', '<']);