contrib/gadict.el
changeset 618 6ad7203ac9dc
parent 581 8497d1849d57
child 647 6ae5399c8087
--- 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")))