contrib/gadict.el
changeset 726 d41eddc3561f
parent 719 ebc16c3a9129
child 730 0ea3bcaae957
--- a/contrib/gadict.el	Thu Dec 29 22:13:29 2016 +0200
+++ b/contrib/gadict.el	Thu Dec 29 22:13:53 2016 +0200
@@ -38,7 +38,7 @@
   "Remove whitespace at the beginning and end of S."
   (gadict--trim-left (gadict--trim-right s)))
 
-(defconst gadict--pos '("n" "v" "adj" "adv" "pron" "prep" "num" "conj" "int" "phr" "phr.v" "contr" "abbr" "prefix")
+(defconst gadict--pos '("n" "v" "adj" "adv" "pron" "det" "prep" "num" "conj" "int" "phr" "phr.v" "contr" "abbr" "prefix")
   "Defined parts of speech.")
 
 (defconst gadict--art-lang-regex (regexp-opt '("en" "ru" "uk" "la")))