Legitimated 'ɐ' sound https://en.wikipedia.org/wiki/Near-open_central_vowel
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 08 Jul 2017 00:00:05 +0300
changeset 871 1dfca1e1f42a
parent 870 bf33475fd20b
child 872 b201a02dc707
Legitimated 'ɐ' sound https://en.wikipedia.org/wiki/Near-open_central_vowel
py/gadict.py
--- a/py/gadict.py	Mon Jun 26 21:40:24 2017 +0300
+++ b/py/gadict.py	Sat Jul 08 00:00:05 2017 +0300
@@ -130,7 +130,7 @@
     SEPARATOR_RE = re.compile(u"^__$", re.UNICODE)
     HEADWORD_RE = re.compile( u"^(\\w.*)$" )
     HEADWORD_VAR_RE = re.compile(u"^ +(rare|s|pl|v[123]|male|female|comp|super|abbr|Am|Br|Au)$", re.UNICODE)
-    HEADWORD_PRON_RE = re.compile(u"^ +\\[([a-zˌˈːəæɛɒʊɪɔɜɑʌɚɹʃʧθðɡʒŋɾ ]+)\\]$", re.UNICODE)
+    HEADWORD_PRON_RE = re.compile(u"^ +\\[([a-zˌˈːəæɛɒʊɪɔɜɑʌɚɐɹʃʧθðɡʒŋɾ ]+)\\]$", re.UNICODE)
     TRANSL_POS_RE = re.compile(u"^(?:n|det|pron|adj|v|adv|prep|conj|num|int|phr|phr\\.v|contr|abbr|prefix)$", re.UNICODE)
     TRANSL_RE = re.compile(u"^(ru|uk|la|en): ([\\w(].*)$", re.UNICODE)
     TRANSL_EX_RE = re.compile(u"""^(ru|uk|la|en)> ([-'"\\w].*)$""", re.UNICODE)