C# Class IKAnalyzer.NET.CharacterUtil

Mostrar archivo Open project: stanzhai/IKAnalyzer.NET Class Usage Examples

Public Methods

Method Description
GetCharType ( char input ) : CharType

获取字符类型

Regularize ( char input ) : char

规范化字符,将全角转换为半角,大写转化为小写

Method Details

GetCharType() public static method

获取字符类型
public static GetCharType ( char input ) : CharType
input char
return CharType

Regularize() public static method

规范化字符,将全角转换为半角,大写转化为小写
public static Regularize ( char input ) : char
input char
return char