C# Class org.deasciifier.DeasciifierPatterns

Exibir arquivo Open project: meacer/deasciifier Class Usage Examples

Public Properties

Property Type Description
p Dictionary>
turkish_asciify_table String>.Dictionary
turkish_char_alist String>.Dictionary
turkish_downcase_asciify_table String>.Dictionary
turkish_pattern_table Dictionary>
turkish_toggle_accent_table String>.Dictionary
turkish_upcase_accents_table String>.Dictionary

Public Methods

Method Description
init ( ) : void

Private Methods

Method Description
init_patterns ( ) : void
make_pattern_hash ( ) : void
make_turkish_asciify_table ( ) : void
make_turkish_downcase_asciify_table ( ) : void
make_turkish_toggle_accent_table ( ) : void
make_turkish_upcase_accents_table ( ) : void

Method Details

init() public method

public init ( ) : void
return void

Property Details

p public_oe property

public Dictionary> p
return Dictionary>

turkish_asciify_table public_oe property

public Dictionary turkish_asciify_table
return String>.Dictionary

turkish_char_alist public_oe property

public Dictionary turkish_char_alist
return String>.Dictionary

turkish_downcase_asciify_table public_oe property

public Dictionary turkish_downcase_asciify_table
return String>.Dictionary

turkish_pattern_table public_oe property

public Dictionary> turkish_pattern_table
return Dictionary>

turkish_toggle_accent_table public_oe property

public Dictionary turkish_toggle_accent_table
return String>.Dictionary

turkish_upcase_accents_table public_oe property

public Dictionary turkish_upcase_accents_table
return String>.Dictionary