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

Taking XPOS into account in parser

parent 21e0a1e5
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
1 FORM
2 LEMMA
3 POS
4 EMPTY
4 XPOS
5 MORPHO
6 GOV
7 LABEL
......
......@@ -41,6 +41,36 @@ b.0#POS
b.-1#POS
b.-2#POS
b.0.ldep#POS
b.1#POS
b.2#POS
b.-1.gov#POS
s.0.gov#POS
s.1.gov#POS
# XPOS
s.0#XPOS
s.1#XPOS
s.2#XPOS
s.0.ldep#XPOS
s.1.ldep#XPOS
s.0.rdep#XPOS
s.1.rdep#XPOS
s.0.ldep.ldep#XPOS
s.1.ldep.ldep#XPOS
s.0.rdep.rdep#XPOS
s.1.rdep.rdep#XPOS
s.0.l2dep#XPOS
s.1.l2dep#XPOS
s.0.r2dep#XPOS
s.1.r2dep#XPOS
b.0#XPOS
b.-1#XPOS
b.-2#XPOS
b.0.ldep#XPOS
b.1#XPOS
b.2#XPOS
b.-1.gov#POS
s.0.gov#POS
s.1.gov#POS
# MORPHO
s.0#MORPHO
s.1#MORPHO
......@@ -61,6 +91,11 @@ b.0#MORPHO
b.-1#MORPHO
b.-2#MORPHO
b.0.ldep#MORPHO
b.1#MORPHO
b.2#MORPHO
s.1.gov#MORPHO
b.-1.gov#MORPHO
s.0.gov#MORPHO
# LABELS
s.0.ldep#LABEL
s.1.ldep#LABEL
......@@ -75,6 +110,11 @@ s.1.l2dep#LABEL
s.0.r2dep#LABEL
s.1.r2dep#LABEL
b.0.ldep#LABEL
b.-2#LABEL
b.-1#LABEL
b.0#LABEL
s.0#LABEL
s.1#LABEL
# DISTANCE
s.0#DIST.s.1
b.0#DIST.s.0
......@@ -112,21 +152,3 @@ tc.4
#b.2#LABEL
#b.2.gov#POS
#b.2.gov#MORPHO
# More feats
b.1#POS
b.1#MORPHO
b.2#POS
b.2#MORPHO
# More feats
b.-2#LABEL
b.-1#LABEL
b.0#LABEL
s.0#LABEL
s.1#LABEL
# More feats
b.-1.gov#POS
b.-1.gov#MORPHO
s.0.gov#POS
s.0.gov#MORPHO
s.1.gov#POS
s.1.gov#MORPHO
......@@ -3,6 +3,7 @@
0 ID hyp none Final 1
1 FORM ref form Final 1
3 POS ref pos Final 1
4 XPOS ref pos Final 1
5 MORPHO ref morpho Final 1
0 SGN hyp sgn Final 0
2 LEMMA ref form Final 1
......
......@@ -3,6 +3,7 @@
0 ID hyp none FromZero 1
1 FORM ref form FromZero 1
3 POS ref pos FromZero 1
4 XPOS ref pos FromZero 1
5 MORPHO ref morpho FromZero 1
0 SGN hyp sgn FromZero 0
2 LEMMA ref form FromZero 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment