C# Class org.deasciifier.Deasciifier

Afficher le fichier Open project: meacer/deasciifier

Méthodes publiques

Méthode 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

Méthode 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 méthode

public deasciify ( String text ) : String
text String
Résultat String

deasciifyRange() public méthode

public deasciifyRange ( String text, int start, int end ) : String
text String
start int
end int
Résultat String

get_num_toggled_chars() public méthode

public get_num_toggled_chars ( ) : int
Résultat int

init() public méthode

public init ( ) : void
Résultat void

turkish_correct_last_word() public méthode

public turkish_correct_last_word ( String text ) : String
text String
Résultat String