C# 클래스 IKAnalyzer.NET.CharacterUtil

파일 보기 프로젝트 열기: stanzhai/IKAnalyzer.NET 1 사용 예제들

공개 메소드들

메소드 설명
GetCharType ( char input ) : CharType

获取字符类型

Regularize ( char input ) : char

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

메소드 상세

GetCharType() 공개 정적인 메소드

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

Regularize() 공개 정적인 메소드

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