--- a/contrib/gadict.el Mon Nov 27 10:24:20 2017 +0200
+++ b/contrib/gadict.el Mon Nov 27 11:59:24 2017 +0200
@@ -131,7 +131,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")))
+(defconst gadict--art-rel-regex (regexp-opt '("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))