C# 클래스 Wox.Infrastructure.Alphabet

파일 보기 프로젝트 열기: Wox-launcher/Wox 1 사용 예제들

공개 메소드들

메소드 설명
Acronym ( string pinyin ) : string
ContainsChinese ( string word ) : bool
Pinyin ( string word ) : string[]

replace chinese character with pinyin, non chinese character won't be modified should be word or sentence, instead of single character. e.g. 微软

PinyinComination ( string characters ) : string[][]

비공개 메소드들

메소드 설명
Alphabet ( ) : System
Combination ( string array1, string array2 ) : string[]

메소드 상세

Acronym() 공개 정적인 메소드

public static Acronym ( string pinyin ) : string
pinyin string
리턴 string

ContainsChinese() 공개 정적인 메소드

public static ContainsChinese ( string word ) : bool
word string
리턴 bool

Pinyin() 공개 정적인 메소드

replace chinese character with pinyin, non chinese character won't be modified should be word or sentence, instead of single character. e.g. 微软
public static Pinyin ( string word ) : string[]
word string
리턴 string[]

PinyinComination() 공개 정적인 메소드

public static PinyinComination ( string characters ) : string[][]
characters string should be word or sentence, instead of single character. e.g. 微软
리턴 string[][]