Skip to content

Commit 19ba2c5

Browse files
committed
Updated doc strings on lexical types, and updataed ESD essence examples>
git-svn-id: http://svn.delph-in.net/erg/trunk@27167 3df82f5b-d43a-0410-af33-fce91db48ec5
1 parent 6c4e26c commit 19ba2c5

28 files changed

+1431
-3921
lines changed

agree/lexicon-aux.tdl

+30-30
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-

2-
durian_n1 := n_-_mc_le &
3-
[ ORTH < "durian" >,
4-
SYNSEM [ LKEYS.KEYREL.PRED "_durian_n_1_rel",
5-
PHON.ONSET con ] ].
6-
7-
sanit := n_-_pn_le &
8-
[ ORTH < "Sanit" >,
9-
SYNSEM [ LKEYS.KEYREL.CARG "Sanit",
10-
PHON.ONSET con ] ].
11-
12-
wilat := n_-_pn_le &
13-
[ ORTH < "Wilat" >,
14-
SYNSEM [ LKEYS.KEYREL.CARG "Wilat",
15-
PHON.ONSET con ] ].
16-
17-
wirat := n_-_pn_le &
18-
[ ORTH < "Wirat" >,
19-
SYNSEM [ LKEYS.KEYREL.CARG "Wirat",
20-
PHON.ONSET con ] ].
21-
22-
boonsri := n_-_pn_le &
23-
[ ORTH < "Boonsri" >,
24-
SYNSEM [ LKEYS.KEYREL.CARG "Boonsri",
25-
PHON.ONSET con ] ].
26-
27-
suree := n_-_pn_le &
28-
[ ORTH < "Suree" >,
29-
SYNSEM [ LKEYS.KEYREL.CARG "Suree",
30-
PHON.ONSET con ] ].
1+
2+
durian_n1 := n_-_mc_le &
3+
[ ORTH < "durian" >,
4+
SYNSEM [ LKEYS.KEYREL.PRED "_durian_n_1_rel",
5+
PHON.ONSET con ] ].
6+
7+
sanit := n_-_pn_le &
8+
[ ORTH < "Sanit" >,
9+
SYNSEM [ LKEYS.KEYREL.CARG "Sanit",
10+
PHON.ONSET con ] ].
11+
12+
wilat := n_-_pn_le &
13+
[ ORTH < "Wilat" >,
14+
SYNSEM [ LKEYS.KEYREL.CARG "Wilat",
15+
PHON.ONSET con ] ].
16+
17+
wirat := n_-_pn_le &
18+
[ ORTH < "Wirat" >,
19+
SYNSEM [ LKEYS.KEYREL.CARG "Wirat",
20+
PHON.ONSET con ] ].
21+
22+
boonsri := n_-_pn_le &
23+
[ ORTH < "Boonsri" >,
24+
SYNSEM [ LKEYS.KEYREL.CARG "Boonsri",
25+
PHON.ONSET con ] ].
26+
27+
suree := n_-_pn_le &
28+
[ ORTH < "Suree" >,
29+
SYNSEM [ LKEYS.KEYREL.CARG "Suree",
30+
PHON.ONSET con ] ].

0 commit comments

Comments
 (0)