diff -r 4c70daa48492 -r 77668cb05069 py/gadict.py --- a/py/gadict.py Thu Jan 12 19:04:32 2017 +0200 +++ b/py/gadict.py Thu Jan 12 19:06:57 2017 +0200 @@ -130,7 +130,7 @@ SEPARATOR_RE = regex.compile(u"^__$") HEADWORD_RE = regex.compile( u"^(\\p{L}.*)$" ) HEADWORD_VAR_RE = regex.compile(u"^ +(rare|s|pl|v[123]|male|female|comp|super|abbr|Am|Br|Au)$") - HEADWORD_PRON_RE = regex.compile(u"^ +\\[([a-zˌˈːəæɛɒʊɪɔɜɑʌɚɹʃʧθðɡʒŋ ]+)\\]$") + HEADWORD_PRON_RE = regex.compile(u"^ +\\[([a-zˌˈːəæɛɒʊɪɔɜɑʌɚɹʃʧθðɡʒŋɾ ]+)\\]$") TRANSL_POS_RE = regex.compile(u"^(?:n|det|pron|adj|v|adv|prep|conj|num|int|phr|phr\\.v|contr|abbr|prefix)$") TRANSL_RE = regex.compile(u"^(ru|uk|la|en): ([\\p{L}(].*)$") TRANSL_EX_RE = regex.compile(u"""^(ru|uk|la|en)> ([-'"\\p{L}].*)$""")