Hi,
I try to install pyhyphen. But the config.py file is not created correctly with the variables like default_repository set. Does anybody know what is the correct way to install pyhyphen?
$ pip install pyhyphen
Collecting pyhyphen
Installing collected packages: pyhyphen
Successfully installed pyhyphen-2.0.5
$ cat /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/hyphen/config.py
# This file contains default config info for downloading and installing dictionaries
# The template placeholders are filled by setup.py.
# Local path for dictionaries
default_dict_path = r'$path'
# path for the metadata file
default_dict_info_path = ur'$path'
# URL of the repository for dictionaries
default_repository = u'$repo'
# Country and language codes: These will be appended to the default_repos path
languages = set(('af_ZA', 'an_ES', 'ar', 'be_BY', 'bg_BG',
'bn_BD', 'br_FR', 'ca', 'cs_CZ', 'da_DK', 'de',
'el_GR', 'en', 'es_ES', 'et_EE', 'fr_FR', 'gd_GB', 'gl',
'gu_IN', 'he_IL', 'hi_IN', 'hr_HR', 'hu_HU', 'it_IT', 'ku_TR',
'lt_LT', 'lv_LV', 'ne_NP', 'nl_NL', 'no', 'oc_FR', 'pl_PL',
'prj', 'pt_BR', 'pt_PT', 'ro', 'ru_RU', 'si_LK', 'sk_SK',
'sl_SI', 'sr', 'sv_SE', 'sw_TZ',
'te_IN', 'th_TH', 'uk_UA', 'zu_ZA'))
Regards,
Peng