Add "det" keyword.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Thu, 29 Dec 2016 22:13:53 +0200
changeset 726 d41eddc3561f
parent 725 37d3a6824ee9
child 727 453837f63094
Add "det" keyword.
contrib/gadict.el
--- 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")))