list_dicts: List available hyphenation languages rules

Description Usage Note Examples

View source: R/hyphen.r

Description

The vast majority OpenOffice Hunspell hyphenation rules dictionaries are named in the format location.code_COUNTRY.CODE (e.g. en_US). This function returns the list of available dictionaries. Used the desired, supplied result in your call to switch_dict.

Usage

1

Note

The en_US hyphenation rules dictionary is loaded by default

Examples

1

Example output

 [1] "af_ZA"  "bg_BG"  "ca"     "cs_CZ"  "da_DK"  "de"     "de_AT"  "de_CH" 
 [9] "de_DE"  "el_GR"  "en_GB"  "en_US"  "es_ANY" "et_EE"  "fr"     "gl"    
[17] "hr_HR"  "hu_HU"  "is"     "it_IT"  "lt"     "lt_LT"  "lv_LV"  "nb_NO" 
[25] "nl_NL"  "nn_NO"  "pl_PL"  "pt_BR"  "pt_PT"  "ro_RO"  "ru_RU"  "sh"    
[33] "sk_SK"  "sl_SI"  "sr"     "sv"     "te_IN"  "uk_UA"  "zu_ZA" 

hyphenatr documentation built on May 2, 2019, 5:58 a.m.