contrib/gadict.el
changeset 1007 672f0b73889a
parent 998 14804339afc1
child 1140 4bd7c6066b4f
--- 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))