From 806c85ad6448380890ec4679befde3214806f54f Mon Sep 17 00:00:00 2001
From: Alexis Nasr <alexis.nasr@lif.univ-mrs.fr>
Date: Fri, 16 Oct 2020 11:19:41 +0200
Subject: [PATCH] =?UTF-8?q?modification=20du=20Makefile,=20c'est=20le=20me?=
 =?UTF-8?q?me=20dictionnaire=20qui=20est=20utilis=C3=A9=20pour=20toutes=20?=
 =?UTF-8?q?les=20langues?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 expe/Makefile |  3 ++-
 expe/PLE.dic  | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 57 insertions(+), 1 deletion(-)
 create mode 100644 expe/PLE.dic

diff --git a/expe/Makefile b/expe/Makefile
index 851693f..09f5c90 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 0000000..2c052ec
--- /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
-- 
GitLab