Skip to content
Snippets Groups Projects
Commit 10903afb authored by Franck Dary's avatar Franck Dary
Browse files

Updated fr gsd parser

parent 070b6c70
No related branches found
No related tags found
No related merge requests found
...@@ -88,3 +88,17 @@ parser_test 100.00% 100.00% 100.00% 90.60% 87.28% 99.7 ...@@ -88,3 +88,17 @@ parser_test 100.00% 100.00% 100.00% 90.60% 87.28% 99.7
parser_test 100.00% 100.00% 100.00% 90.89% 87.30% 99.82% parser_test 100.00% 100.00% 100.00% 90.89% 87.30% 99.82%
2 iter : 2 iter :
parser_test 100.00% 100.00% 100.00% 89.80% 86.16% 99.74% parser_test 100.00% 100.00% 100.00% 89.80% 86.16% 99.74%
Tiny 30iter dynamic
Metric | Precision | Recall | F1 Score | AligndAcc
-----------+-----------+-----------+-----------+-----------
Tokens | 98.19 | 98.25 | 98.22 |
UPOS | 90.17 | 87.71 | 88.92 | 94.59
Big 30iter dynamic
Metric | Precision | Recall | F1 Score | AligndAcc
-----------+-----------+-----------+-----------+-----------
Tokens | 99.65 | 99.68 | 99.67 |
UPOS | 93.78 | 91.20 | 92.47 | 96.89
Default : SHIFT
REDUCE REDUCE
EOS
LEFT acl LEFT acl
LEFT acl:relcl LEFT acl:relcl
LEFT advcl LEFT advcl
...@@ -101,3 +99,5 @@ RIGHT reparandum ...@@ -101,3 +99,5 @@ RIGHT reparandum
RIGHT root RIGHT root
RIGHT vocative RIGHT vocative
RIGHT xcomp RIGHT xcomp
EOS
Default : SHIFT
...@@ -4,3 +4,4 @@ Oracle : parser ...@@ -4,3 +4,4 @@ Oracle : parser
Feature Model : parser.fm Feature Model : parser.fm
Action Set : parser.as Action Set : parser.as
Topology : (500,RELU,0.3) Topology : (500,RELU,0.3)
Dynamic : yes
#Name ref/hyp dict Policy Must print?# #Index Name ref/hyp dict Policy Must print?#
############################################ ###################################################
FORM ref form Final 1 0 ID hyp none Final 1
POS ref pos Final 1 1 FORM ref form Final 1
MORPHO ref morpho Final 1 3 POS ref pos Final 1
SGN hyp sgn Final 0 5 MORPHO ref morpho Final 1
LEMMA ref form Final 1 0 SGN hyp sgn Final 0
GOV hyp gov Final 1 2 LEMMA ref form Final 1
LABEL hyp labels Final 1 6 GOV hyp gov Final 1
EOS hyp eos Final 1 7 LABEL hyp labels Final 1
0 EOS hyp eos Final 0
#Name ref/hyp dict Policy Must print?# #Index Name ref/hyp dict Policy Must print?#
############################################ ###################################################
FORM ref form FromZero 1 0 ID hyp none FromZero 1
POS ref pos FromZero 1 1 FORM ref form FromZero 1
MORPHO ref morpho FromZero 1 3 POS ref pos FromZero 1
SGN hyp sgn FromZero 1 5 MORPHO ref morpho FromZero 1
LEMMA ref form FromZero 1 0 SGN hyp sgn FromZero 0
GOV hyp gov FromZero 1 2 LEMMA ref form FromZero 1
LABEL hyp labels FromZero 1 6 GOV hyp ref FromZero 1
EOS hyp eos FromZero 1 7 LABEL hyp labels FromZero 1
0 EOS hyp eos FromZero 0
...@@ -4,3 +4,4 @@ Oracle : tagger ...@@ -4,3 +4,4 @@ Oracle : tagger
Feature Model : tagger.fm Feature Model : tagger.fm
Action Set : tagger.as Action Set : tagger.as
Topology : (500,RELU,0.3) Topology : (500,RELU,0.3)
Dynamic : yes
#Name ref/hyp dict Policy Must print?# #Index Name ref/hyp dict Policy Must print?#
############################################ ##################################################
ID hyp none FromZero 1 0 ID hyp none Final 1
FORM hyp form Final 1 1 FORM hyp form Final 1
POS hyp pos Final 1 3 POS hyp pos Final 1
SGN hyp sgn Final 0 0 SGN hyp sgn Final 0
TEXT ref none Final 0 0 EOS hyp none Final 0
...@@ -12,5 +12,5 @@ SPLITWORD Aux@à@les ...@@ -12,5 +12,5 @@ SPLITWORD Aux@à@les
SPLITWORD duquel@de@lequel SPLITWORD duquel@de@lequel
SPLITWORD auxquels@à@lesquels SPLITWORD auxquels@à@lesquels
SPLITWORD desquelles@de@lesquelles SPLITWORD desquelles@de@lesquelles
ADDCHARTOWORD
ENDWORD ENDWORD
ADDCHARTOWORD
...@@ -4,3 +4,4 @@ Oracle : tokenizer ...@@ -4,3 +4,4 @@ Oracle : tokenizer
Feature Model : tokenizer.fm Feature Model : tokenizer.fm
Action Set : tokenizer.as Action Set : tokenizer.as
Topology : (500,RELU,0.3) Topology : (500,RELU,0.3)
Dynamic : no
#Name ref/hyp dict Policy Must print?# #Index Name ref/hyp dict Policy Must print?#
############################################ ##################################################
ID hyp none FromZero 1 0 ID hyp none FromZero 1
FORM hyp form FromZero 1 1 FORM hyp form FromZero 1
POS hyp pos FromZero 1 3 POS hyp pos FromZero 1
SGN hyp sgn FromZero 1 0 SGN hyp sgn FromZero 0
EOS ref int FromZero 1 0 EOS hyp none FromZero 0
TEXT ref none Final 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment