| 程序包 | 说明 |
|---|---|
| com.github.houbb.nlp.common.format.impl |
project: word-checker-package-info
create on 2020/2/6 9:56
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCharFormatInit
抽象格式化处理
|
class |
ChineseTsCharFormat
中文繁体转简体测试
|
class |
HalfWidthCharFormat
全角半角格式化处理
|
class |
LowerCaseCharFormat
英文大小写格式化处理
|
class |
NoneCharFormat
无格式化处理
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ICharFormat |
CharFormats.chains(ICharFormat... formats)
责任链
|
static ICharFormat |
CharFormats.chineseSimple()
中文简体
|
static ICharFormat |
CharFormats.defaults()
默认格式化实现
|
static ICharFormat |
CharFormats.halfWidth()
转换为半角
|
static ICharFormat |
CharFormats.lowerCase()
转换为小写
|
static ICharFormat |
CharFormats.none()
无格式化实现
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ICharFormat |
CharFormats.chains(ICharFormat... formats)
责任链
|
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract void |
AbstractCharFormatInit.init(com.github.houbb.heaven.support.pipeline.Pipeline<ICharFormat> pipeline)
初始化列表
|
Copyright © 2021. All rights reserved.