[ 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
padt:start [2011/05/27 20:42]
smrz
padt:start [2011/05/31 13:29]
smrz
Line 44: Line 44:
  
 ===== Agenda ===== ===== Agenda =====
 +
 +Focus on paragraphs/sentences that miss PADT-Morpho annotation, esp. non-annotated headlines:
 +
 +<code bash>
 +btred -QTe '@w = $this->children(); @n = grep { $_->children() } @w; print ThisAddress() . "\n" if @n < 0.9 * @w' Penn/???/*.morpho*.pml 
 +</code>
 +
 +
 +Focus on nodes in PADT-Syntax that do not have a valid ''afun'' annotation:
 +
 +<code bash>
 +btred -QTNe 'print ThisAddress() . "\n" if exists $this->{"afun"} and $this->{"afun"} eq "???"' Prague/???/*.syntax*.pml
 +</code>
  
 ===== References ===== ===== References =====
  

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