[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Table of Contents

Nová verze českých formémů

Motivace -- problémy staré verze

Syntpos

Filtr na aux.rf

Úpravy adjektiv

Číslovky

TODO

Opravy v n:attr

Entropie / MI

Postup slučování (návrh)

TODO

Pomůcky

Regexp pro formémy
,[nvad]\(rop\)\?\(d[jv]\)\?\(:[^,]*\)\?,
Tree Query pro shodná substantiva na sobě závislá
t-node
[ gram/sempos ~ '^n',
    a/lex.rf a-node $a := [  ],
    t-node
    [ gram/sempos ~ '^n.denot', !1+x a/aux.rf a-node [  ],
         a/lex.rf a-node
         [ afun = 'Atr', substr(m/tag, 4, 1) ~ substr($a.m/tag, 4,1) ] ] ];
Tree Query na (převážně) adjektivní doplňky
t-node [ functor = 'COMPL', is_generated != 1, !1+x a/aux.rf a-node [ m/lemma ~ '^(jako|coby)' ] ];

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