diff --git a/expe/Makefile b/expe/Makefile
index 851693f3120832959d5aa26a5c7036e8ff47e32a..09f5c9041cd564cdd8816d837d638e1b2a6c09f6 100644
--- a/expe/Makefile
+++ b/expe/Makefile
@@ -2,7 +2,7 @@ train_conll=../data/train_$(lang).conllu
 train_proj_conll=./out/train_$(lang)_proj.conllu
 train_mcf=./out/train_$(lang)_pgle.mcf
 train_cff=./out/train_$(lang).cff
-train_word_limit=40000
+train_word_limit=10000
 
 dev_conll=../data/dev_$(lang).conllu
 dev_proj_conll=./out/dev_$(lang)_proj.conllu
@@ -18,6 +18,7 @@ test_word_limit=700
 feat_model=basic.fm
 
 dicos=./out/$(lang)_train.dic
+dicos=PLE.dic
 model=./out/$(lang).keras
 results = ./out/$(lang).res
 
diff --git a/expe/PLE.dic b/expe/PLE.dic
new file mode 100644
index 0000000000000000000000000000000000000000..2c052ec4aebb93dceb147745604ea808bc370978
--- /dev/null
+++ b/expe/PLE.dic
@@ -0,0 +1,55 @@
+##POS
+NULL
+ROOT
+SCONJ
+ADP
+NOUN
+ADJ
+PUNCT
+DET
+VERB
+AUX
+PROPN
+NUM
+CCONJ
+PRON
+ADV
+SYM
+PART
+##LABEL
+NULL
+ROOT
+case
+fixed
+obl
+amod
+punct
+det
+nsubj
+root
+aux
+xcomp
+obj
+nmod
+nummod
+cc
+conj
+mark
+advcl
+advmod
+csubj
+appos
+flat
+ccomp
+acl
+cop
+compound
+iobj
+expl
+orphan
+parataxis
+##EOS
+NULL
+ROOT
+0
+1