contrib/gadict.el
changeset 1182 0ef4b4264a1a
parent 1140 4bd7c6066b4f
child 1236 866c6174d2de
equal deleted inserted replaced
1181:3a2d23535c56 1182:0ef4b4264a1a
   131 (defconst gadict--pos '("n" "v" "adj" "adv" "pron" "det" "prep" "num" "conj" "int" "phr" "phr.v" "contr" "abbr" "prefix")
   131 (defconst gadict--pos '("n" "v" "adj" "adv" "pron" "det" "prep" "num" "conj" "int" "phr" "phr.v" "contr" "abbr" "prefix")
   132   "Defined parts of speech.")
   132   "Defined parts of speech.")
   133 
   133 
   134 (defconst gadict--art-lang-regex (regexp-opt '("en" "ru" "uk" "la")))
   134 (defconst gadict--art-lang-regex (regexp-opt '("en" "ru" "uk" "la")))
   135 (defconst gadict--art-rel-regex (regexp-opt '("cnt" "ant" "syn" "rel" "topic" "hyper" "hypo" "col")))
   135 (defconst gadict--art-rel-regex (regexp-opt '("cnt" "ant" "syn" "rel" "topic" "hyper" "hypo" "col")))
   136 (defconst gadict--art-var-regex (regexp-opt '("rare" "v1" "v2" "v3" "s" "pl" "male" "female" "abbr" "comp" "super" "Am" "Br" "Au")))
   136 (defconst gadict--art-var-regex (regexp-opt '("rare" "v1" "v2" "v3" "s" "pl" "male" "female" "baby" "abbr" "comp" "super" "Am" "Br" "Au")))
   137 (defconst gadict--art-pos-regex (regexp-opt gadict--pos))
   137 (defconst gadict--art-pos-regex (regexp-opt gadict--pos))
   138 
   138 
   139 (defgroup gadict nil
   139 (defgroup gadict nil
   140   "gadict-mode customization."
   140   "gadict-mode customization."
   141   :group 'wp)
   141   :group 'wp)