# HG changeset patch # User Oleksandr Gavenko # Date 1517351240 -7200 # Node ID 672f0b73889ad4a33af786e91b22602240ac9c45 # Parent b1f11eff7c700195aa116204e8ff50f136c14d53 Added support for countable. diff -r b1f11eff7c70 -r 672f0b73889a contrib/gadict.el --- a/contrib/gadict.el Wed Jan 31 00:26:12 2018 +0200 +++ b/contrib/gadict.el Wed Jan 31 00:27:20 2018 +0200 @@ -132,7 +132,7 @@ "Defined parts of speech.") (defconst gadict--art-lang-regex (regexp-opt '("en" "ru" "uk" "la"))) -(defconst gadict--art-rel-regex (regexp-opt '("ant" "syn" "rel" "topic" "hyper" "hypo" "col"))) +(defconst gadict--art-rel-regex (regexp-opt '("cnt" "ant" "syn" "rel" "topic" "hyper" "hypo" "col"))) (defconst gadict--art-var-regex (regexp-opt '("rare" "v1" "v2" "v3" "s" "pl" "male" "female" "abbr" "comp" "super" "Am" "Br" "Au"))) (defconst gadict--art-pos-regex (regexp-opt gadict--pos))