You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can lead to hard-to-debug issues when we have a partial match; after the following cg-proc we just see the lemma as if it were the form and no hint about it not being found in the generator.
Ideally, when switch -b is given after -g (or -d), we would get an @ when there are unconsumed input tags. Note: we don't want an @ if there are output tags, e.g.
For regular bidix lt-proc -b, we want to just copy over unconsumed tags and that is fine:
When using regular generation lt-proc -g, unconsumed tags lead to
#
-marks:But when using lt-proc in bilingual mode on a generator, we get the unconsumed tag without any debug symbol:
(while completely-unmatched words do get a
@
)This can lead to hard-to-debug issues when we have a partial match; after the following cg-proc we just see the lemma as if it were the form and no hint about it not being found in the generator.
Ideally, when switch
-b
is given after-g
(or-d
), we would get an@
when there are unconsumed input tags. Note: we don't want an @ if there are output tags, e.g.is still correct (here the whole input is consumed, there are no leftovers, but there is still a tag in output). But we want
and perhaps
(though the details of -g vs -d are less important than just having the @ in there)
The text was updated successfully, but these errors were encountered: