# HG changeset patch # User Oleksandr Gavenko # Date 1483042433 -7200 # Node ID d41eddc3561fcf54ad8105c82c6ec202a4b8fe8e # Parent 37d3a6824ee9c0a4d4db9c32cbca718c691818c9 Add "det" keyword. diff -r 37d3a6824ee9 -r d41eddc3561f 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")))