C# 클래스 org.deasciifier.Deasciifier

파일 보기 프로젝트 열기: meacer/deasciifier

공개 메소드들

메소드 설명
deasciify ( String text ) : String
deasciifyRange ( String text, int start, int end ) : String
get_num_toggled_chars ( ) : int
init ( ) : void
turkish_correct_last_word ( String text ) : String

비공개 메소드들

메소드 설명
setCharAt ( String text, int index, String s ) : String
turkish_correct_region ( int start, int end ) : String
turkish_get_context ( int pos, int size ) : String
turkish_match_pattern ( int pos, Int16>.Dictionary dlist ) : bool
turkish_need_correction ( int pos ) : bool
turkish_toggle_accent ( int pos ) : void

메소드 상세

deasciify() 공개 메소드

public deasciify ( String text ) : String
text String
리턴 String

deasciifyRange() 공개 메소드

public deasciifyRange ( String text, int start, int end ) : String
text String
start int
end int
리턴 String

get_num_toggled_chars() 공개 메소드

public get_num_toggled_chars ( ) : int
리턴 int

init() 공개 메소드

public init ( ) : void
리턴 void

turkish_correct_last_word() 공개 메소드

public turkish_correct_last_word ( String text ) : String
text String
리턴 String