[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
external:tectomt:tutorial [2009/01/20 15:31]
kravalova
external:tectomt:tutorial [2009/01/20 15:32]
kravalova
Line 343: Line 343:
  
 **Instructions**: To find an object to a verb, look for ''$afun eq 'Obj' '' among effective children of a verb. **Instructions**: To find an object to a verb, look for ''$afun eq 'Obj' '' among effective children of a verb.
 +
  
  
Line 376: Line 377:
  
 //Hint//:  //Hint//: 
-  * On analytical layer, you can use this test to recognize prepositions: ''$afun eq 'AuxP' '' +  * On analytical layer, you can use this test to recognize prepositions: ''$node->get_attr('afun'eq 'AuxP' '' 
   * You can use block template in ''libs/blocks/BlockTemplate.pm''. To see the results, you can again use TrEd (''tmttred sample.tmt'')   * You can use block template in ''libs/blocks/BlockTemplate.pm''. To see the results, you can again use TrEd (''tmttred sample.tmt'')
  

[ Back to the navigation ] [ Back to the content ]