C# Class org.deasciifier.Deasciifier

Datei anzeigen Open project: meacer/deasciifier

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

deasciify() public method

public deasciify ( String text ) : String
text String
return String

deasciifyRange() public method

public deasciifyRange ( String text, int start, int end ) : String
text String
start int
end int
return String

get_num_toggled_chars() public method

public get_num_toggled_chars ( ) : int
return int

init() public method

public init ( ) : void
return void

turkish_correct_last_word() public method

public turkish_correct_last_word ( String text ) : String
text String
return String