Example sentence:
   one person died of a heart attack.


   #========== parsing 1: time = 0.015, penalty = 9 ==========
   # input text: "one person died of a heart attack -."
   UTT(utt_cat_prop, prop_cat_s)
      PROP,S(s_type_declarative, complementation_intr, finiteness_past, mood_indic, voice_active)
         SU,NP(number_sing, person_third, nppo_cat_none)
            DT,DTP
                DTPS,NUM(num_type_cardinal, number_sing){one}
            NPHD,N(n_type_common, n_class_other, number_sing){person}
         V,VP(cat_operator_no_cat_op, complementation_intr, finiteness_past, mood_indic, voice_active,
                                                                                               number_sing, person_third)
            MVB,LV(complementation_intr, finiteness_past, mood_indic, number_sing, person_third){died}
         A,PP(prep_wrd_of)
            P,PREP(prep_wrd_of){of}
            PC,NP(number_sing, person_third, nppo_cat_none)
                DT,DTP
                     DTCE,ART(number_sing, definiteness_indef){a}
                NPHD,N(n_type_common, n_class_other, number_sing){heart}{attack}
      PUNC,PM(punc_type_per){-.}

 

[back]