diff -r ec1c2838feae -r 6ad7203ac9dc contrib/gadict.el --- a/contrib/gadict.el Sun Oct 23 19:57:02 2016 +0300 +++ b/contrib/gadict.el Sun Oct 23 20:01:22 2016 +0300 @@ -23,7 +23,7 @@ ;;; Code: (defconst gadict--art-lang-regex (regexp-opt '("en" "ru" "uk" "la"))) -(defconst gadict--art-rel-regex (regexp-opt '("ant" "syn" "rel" "topic"))) +(defconst gadict--art-rel-regex (regexp-opt '("ant" "syn" "rel" "topic" "hyper" "hypo"))) (defconst gadict--art-var-regex (regexp-opt '("v1" "v2" "v3" "s" "pl" "male" "female" "abbr" "comp" "super" "Am" "Br" "Au"))) (defconst gadict--art-pos-regex (regexp-opt '("n" "v" "adj" "adv" "pron" "prep" "num" "conj" "int" "phr" "phr.v" "contr" "abbr" "prefix")))