mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 08:27:36 +08:00
[Feature] add for new
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
# 字符
|
||||
|
||||
全部使用小写+半角的形式匹配。
|
||||
全部使用小写+半角的形式匹配。
|
||||
|
||||
## 忽略大小写
|
||||
|
||||
if(Character.isLetter) {
|
||||
ignoreCase=true
|
||||
ignoreWidth=true
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -8,4 +8,10 @@
|
||||
|
||||
(2)数字
|
||||
|
||||
对于数字,除却象形,最常用的就是谐音。
|
||||
对于数字,除却象形,最常用的就是谐音。
|
||||
|
||||
## 不可变性
|
||||
|
||||
这个涉及到拼音的 DFA 树构建,可能需要 wordMap 提供一个添加的接口。
|
||||
|
||||
这个需要在初始化的时候,直接指定。而且不可变化。
|
||||
Reference in New Issue
Block a user