Finite State Morphologie des Deutschen

Beispielform Examina

Wie kommt es zur Analyse der Form Examina?
  • Lexikoneintrag:
    <CLASS> GN= n SG= X 7 PL= 4 8 U= n  </CLASS> E x a m e n
    
    Merkmale für die Nominalflexion
  • Flexion:
    define Infl [ 
      "&pos" "=noun" "&numb" ["=sg"|"=pl"] "&case" ["=nom"|"=acc"|"=dat"|"=gen"]
    ];
    
  • Regeln:
    define SGX7  [ !Vater
      [?* "<CLASS>" "GN=" ? "SG=" X 7 ?* [
        ["<NINFL>" "&pos" "=noun" "&numb" "=sg" "&case" ["=nom"|"=acc"|"=dat"]]
        |
        ["<NINFL>" 0:s "&pos" "=noun" "&numb" "=sg" "&case" "=gen"]
        |
        ["<NINFL>" "&pos" "=noun" "&numb" "=pl" "&case" ["=nom"|"=acc"|"=dat"|"=gen"]]]]
      | 
      ~[$[?* "<CLASS>" "GN=" ? "SG=" X 7 ?* ]] 
    ];
      
    define PL48  [ ! Examen
      [?* "<CLASS>" "GN=" ? "SG=" ? ? "PL=" 4 8 ?* [
        "<NINFL>" "&pos" "=noun" "&numb" "=pl" "&case" ["=nom"|"=acc"|"=dat"|"=gen"]
        |
        {en}:0 "<NINFL>" 0:{ina} "&pos" "=noun" "&numb" "=pl" ["=nom"|"=acc"|"=dat"|"=gen"]
        |
        "&numb" "=sg" ?*]]
      | 
      ~[$["<CLASS>" "GN=" ? "SG=" ? ? "PL=" 4 8 ]] 
    ];      
    
  • Zusammenbau:
    define Nouns [ Lexikon Infl] .o. SGX7 .o. PL48;
    
    zurück weiter
April 2005 Luzius Thöny