[ 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
Previous revision
Next revision Both sides next revision
user:dusek:tahaky [2012/01/06 13:39]
dusek
user:dusek:tahaky [2012/07/23 15:10]
dusek
Line 17: Line 17:
      
 ==== Hledání ==== ==== Hledání ====
 +
 +=== Prependované nominální atributy ===
 +
 +  t-node [ gram/sempos ~ '^n', a/lex.rf $a1,  child $b ];
 +  t-node $b := [ gram/sempos ~ '^n', a/lex.rf $a2 ];
 +  a-node $a1 := [ order-follows $a2 ];
 +  a-node $a2 := [ m/tag ~ '^N' ];
  
 === Složité predikáty === === Složité predikáty ===
  
   t-node [ gram/sempos = 'v', 1+x a/aux.rf a-node [ m/tag ~ '^V', afun != 'AuxV' ], a/lex.rf a-node [] ];   t-node [ gram/sempos = 'v', 1+x a/aux.rf a-node [ m/tag ~ '^V', afun != 'AuxV' ], a/lex.rf a-node [] ];
 +  
 +==== Treex ====
 +
 +  * Cachování -- treex --cache --survive, pak use_cache=1 u bloků, které mají být záchytné body: tj. typicky 1. blok a ten před tím, který měním

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