Atro Voutilainen
2015-03-06 12:11:25 UTC
Hi,
I wrote a rule to SELECT two coordinated finite verb readings (on the basis
of a uniqueness generalisation), but the rule disambiguated only the first
one (the target). The grammar looks something like this:
LIST vfin = (V Pres) (V Imp) (V Past) ;
SELECT $$vfin IF (*-1C clb BARRIER vfin) (*1C (CC) BARRIER vfin OR clb LINK
1 $$vfin LINK *1C clb BARRIER vfin) ;
Is this something to look at? I can provide a concrete example if needed.
Best,
Atro
I wrote a rule to SELECT two coordinated finite verb readings (on the basis
of a uniqueness generalisation), but the rule disambiguated only the first
one (the target). The grammar looks something like this:
LIST vfin = (V Pres) (V Imp) (V Past) ;
SELECT $$vfin IF (*-1C clb BARRIER vfin) (*1C (CC) BARRIER vfin OR clb LINK
1 $$vfin LINK *1C clb BARRIER vfin) ;
Is this something to look at? I can provide a concrete example if needed.
Best,
Atro
--
You received this message because you are subscribed to the Google Groups "Constraint Grammar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to constraint-grammar+***@googlegroups.com.
To post to this group, send email to constraint-***@googlegroups.com.
Visit this group at http://groups.google.com/group/constraint-grammar.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Constraint Grammar" group.
To unsubscribe from this group and stop receiving emails from it, send an email to constraint-grammar+***@googlegroups.com.
To post to this group, send email to constraint-***@googlegroups.com.
Visit this group at http://groups.google.com/group/constraint-grammar.
For more options, visit https://groups.google.com/d/optout.