Total Pageviews

Saturday, March 23, 2019

कुछ पद-विच्छेदकों के आउटपुट


Constraint grammar आधारित Parser (ENCG)का आउटपुट

"<*i>"
            "i" <*> <NonMod> PRON PERS NOM SG1 SUBJ @SUBJ
"<started>"    
            "start" <SV> <SVO> <P/on> V PAST VFIN @+FMAINV
"<work>"       
            "work" N NOM SG @OBJ
"<on>"           
            "on" PREP @ADVL
"<an>"           
            "an" <Indef> DET CENTRAL ART SG @DN>
"<*english>" 
            "english" <*> <Nominal> A ABS @AN>
"<description>"         
            "description" N NOM SG @<P
"<within>"    
            "within" PREP @<NOM @ADVL
"<the>"          
            "the" <Def> DET CENTRAL ART SG/PL @DN>
"<*constraint>"         
            "constraint" <*> N NOM SG @NN>
"<*grammar>"          
            "grammar" <*> N NOM SG @NN>
"<framework>"         
            "framework" N NOM SG @<P
"<proposed>"
            "propose" <Vcog> <SVO> <SV> PCP2 @<NOM-FMAINV
"<by>"           
            "by" PREP @ADVL
"<*karlsson>"
            "karlsson" <*> <Proper> N NOM SG @<P
"<$[>"
"<1990>"       
 "1990" <1900> NUM CARD @ADVL
"<$;>"
"<1994a>"     
            "1994a" <1994a> NUM CARD @ADVL
Table 3.5: ENCG output


Link Grammar के Parser का आउटपुट
(S (VP (S Worthwhile
          (PP (PP for
                   (NP (NP people)
                       (SBAR (WHNP to)
                             (VP know
                                 (PP about)))))
               , but just
               (PP for
                   (NP the record))))
        ,)
    (S (NP it)
       (VP is
           (PP beyond
               (NP (NP the state)
                   (PP of
                       (NP the art))))
           (S (VP to
                  (VP (ADVP accurately)
                      (ADVP automatically)
                      analyze
                      (NP (NP the parts)
                          (PP of
                              (NP (NP speech)
                                  (PP of
                                      (NP words)))))
                      (PP in
                          (NP unconstrained text)))))))
    .)

No comments:

Post a Comment