| 程序包 | 说明 |
|---|---|
| com.github.houbb.chars.scan.support.scan |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AddressExpandConditionCharScan
expand 地址
核心思想:两边 expand,减少一次 keyword 的遍历判断
|
class |
ChineseNameExpandConditionCharScan
中文人名
TODO: 可以引入百家姓,甚至 NLP-人名。
|
class |
EmailExpandConditionCharScan
邮箱
核心思想:因为 @ 一般不多,所以这里首先寻找到 @,然后想两边 expand,直到不是 email 的时候截止。
|
class |
MergeExpandConditionCharScan
邮箱
核心思想:因为 @ 一般不多,所以这里首先寻找到 @,然后想两边 expand,直到不是 email 的时候截止。
|
Copyright © 2023. All rights reserved.