texttheater / pmb2tsv

Convert CCG derivations from the Parallel Meaning Bank to column-based files
2 stars 2 forks source link

Equalities #40

Closed texttheater closed 3 years ago

texttheater commented 3 years ago

me fails to be assigned the Agent role of mow here:

1   My  HAS speaker 2   np/(n/pp)   ba(s:dcl, fa(np, *  O   Agent   O
2   mother  ROL mother  3   n/pp    * ) mother.n.01 Agent   O
3   told    EPS tell    0   ((s:dcl\np)/(s:to\np))/np   fa(s:dcl\np, fa((s:dcl\np)/(s:to\np), *     tell.v.04   V   O
4   me  PRO speaker 3   np  * ) O   Recipient   Agent
5   to  NIL to  6   (s:to\np)/(s:b\np)  fa(s:to\np, *   O   Topic   O
6   mow EXS mow 3   (s:b\np)/np fa(s:b\np, *    mow.v.01    Topic   V
7   the DEF the 8   np/n    rp(np, fa(np, *     O   Topic   Patient
8   lawn    CON lawn    6   n   * ) lawn.n.01   Topic   Patient
9   .   NIL .   8   .   * ))))))    O   O   O

Because the "speaker", as a constant, is ignored?

%%% This output was generated by the following command:
%%% bin/boxer --input out/p00/d0916/en.parse.tags --semantics drg --resolve --tense --instantiate --modal --theory sdrt --copula false --nn --elimeq --roles verbnet --integrate --warnings false --output out/p00/d0916/en.drs.clf 
%%% My mother told me to mow the lawn . 
b1 REF x1                  % My [0...2]
b1 Of x2 "speaker"         % My [0...2]
b1 REF x2                  % mother [3...9]
b1 PRESUPPOSITION b2       % mother [3...9]
b1 Role x1 x2              % mother [3...9]
b1 mother "n.01" x2        % mother [3...9]
b1 person "n.01" x1        % mother [3...9]
b2 REF e1                  % told [10...14]
b2 REF p1                  % told [10...14]
b2 REF t1                  % told [10...14]
b2 ATTRIBUTION b4          % told [10...14]
b2 Agent e1 x1             % told [10...14]
b2 Recipient e1 "speaker"  % told [10...14]
b2 TPR t1 "now"            % told [10...14]
b2 Time e1 t1              % told [10...14]
b2 Topic e1 p1             % told [10...14]
b2 proposition "n.01" p1   % told [10...14]
b2 tell "v.04" e1          % told [10...14]
b2 time "n.08" t1          % told [10...14]
                           % me [15...17]
                           % to [18...20]
b4 REF e2                  % mow [21...24]
b4 Agent e2 "speaker"      % mow [21...24]
b4 Patient e2 x3           % mow [21...24]
b4 mow "v.01" e2           % mow [21...24]
b3 REF x3                  % the [25...28]
b3 PRESUPPOSITION b4       % the [25...28]
b3 lawn "n.01" x3          % lawn [29...33]
                           % . [33...34]
texttheater commented 3 years ago

It is assigned it, I was just being blind.