Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tbp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Nasr
tbp
Commits
806c85ad
Commit
806c85ad
authored
4 years ago
by
Alexis Nasr
Browse files
Options
Downloads
Patches
Plain Diff
modification du Makefile, c'est le meme dictionnaire qui est utilisé pour toutes les langues
parent
8d2582f6
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
expe/Makefile
+2
-1
2 additions, 1 deletion
expe/Makefile
expe/PLE.dic
+55
-0
55 additions, 0 deletions
expe/PLE.dic
with
57 additions
and
1 deletion
expe/Makefile
+
2
−
1
View file @
806c85ad
...
@@ -2,7 +2,7 @@ train_conll=../data/train_$(lang).conllu
...
@@ -2,7 +2,7 @@ train_conll=../data/train_$(lang).conllu
train_proj_conll
=
./out/train_
$(
lang
)
_proj.conllu
train_proj_conll
=
./out/train_
$(
lang
)
_proj.conllu
train_mcf
=
./out/train_
$(
lang
)
_pgle.mcf
train_mcf
=
./out/train_
$(
lang
)
_pgle.mcf
train_cff
=
./out/train_
$(
lang
)
.cff
train_cff
=
./out/train_
$(
lang
)
.cff
train_word_limit
=
4
0000
train_word_limit
=
1
0000
dev_conll
=
../data/dev_
$(
lang
)
.conllu
dev_conll
=
../data/dev_
$(
lang
)
.conllu
dev_proj_conll
=
./out/dev_
$(
lang
)
_proj.conllu
dev_proj_conll
=
./out/dev_
$(
lang
)
_proj.conllu
...
@@ -18,6 +18,7 @@ test_word_limit=700
...
@@ -18,6 +18,7 @@ test_word_limit=700
feat_model
=
basic.fm
feat_model
=
basic.fm
dicos
=
./out/
$(
lang
)
_train.dic
dicos
=
./out/
$(
lang
)
_train.dic
dicos
=
PLE.dic
model
=
./out/
$(
lang
)
.keras
model
=
./out/
$(
lang
)
.keras
results
=
./out/
$(
lang
)
.res
results
=
./out/
$(
lang
)
.res
...
...
This diff is collapsed.
Click to expand it.
expe/PLE.dic
0 → 100644
+
55
−
0
View file @
806c85ad
##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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment