Changes between Version 14 and Version 15 of BoxerInput

Show
Ignore:
Author:
johan (IP: 84.220.174.5)
Timestamp:
02/05/08 21:49:10 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BoxerInput

    v14 v15  
    77 * type changing (tc/3), where the first argument is the new type, the second argument the old type, and the third argument the subtree; 
    88 * type raising (tr/2); 
    9  * ternary coordination rule (coord/4), where the first argument is the category coordinated, the second argument the left conjunct, the third argument the conjunctor, the fourth argument the right conjunct; 
    10  * binary coordination rule (conj/4), where the first argument is the resulting category, the second argument is the category coordinated, the third argument the conjunctor, the fourth argument the right conjunct; 
     9 * ternary coordination rule (coord/4, a la Steedman), where the first argument is the category coordinated, the second argument the left conjunct, the third argument the conjunctor, the fourth argument the right conjunct; 
     10 * binary coordination rule (conj/4, a la Hockenmaier), where the first argument is the resulting category, the second argument is the category coordinated, the third argument the conjunctor, the fourth argument the right conjunct; 
    1111 * punctuation rules (lp/3 and rp/3); 
    1212 * punctuation type changing rules (rtc/3 and ltc/3), aka binary type changing rules;