..........................................NEXT PREVIOUS INDEX
 

 L03 FS: Relating features with Shakti standard format


     Relating Features to Shakti Standard Format

+ Consider the following tree with feature structures
  associated with its leaf nodes

               PP (1)
             /   \
           /       \
         /           \
      prep           NP (1.2)
       |           /      \
       |         /          \
    in (1.1)   /              \
            det                noun
             |                   |
            the (1.2.1)        house (1.2.2)
             .                   .
             .                   .
          [CAT   det ]      [ CAT       n ]
          [SPEC  def ]      [ NUMBER   sg ]
                            [ PERSON    3 ]
                            [ ROOT  house ]

- The same tree with feature structures is shown below:

    1		((      	PP
    1.1		in		prep
    1.2		((		NP	
    1.2.1	the		det	< fs af1=the,det, ,sg, ,0,,/SPEC='def'>
    1.2.2	house		noun	< fs af1=house,n, ,sg, ,0,,>
    		))                                |    | |  | | |
    		))                                |    | |  | | |
    		                                  |   /  |  | |  \
		                                ROOT | GEND |PERS |
		                                     |      |     |
		                                     CAT NUMBER CASE

- Name of the first 6 attributes (ROOT, CAT, etc.)
  are not written explicitly to conserve space. Other 
  less commonly attributes such as 'SPEC' are written explicitly.
..........................................NEXT PREVIOUS INDEX