Grammar Writing: Week 7: Difference between revisions

From English Grammar
Jump to navigation Jump to search
Line 25: Line 25:


  <nowiki>
  <nowiki>
type_hierarchy
bot
bot
   list
   sign  syntax:syntax 
       ne_list hd:bot tl:list       
      phrase  dtrs:list  
       e_list
      word 
   sign syntax:syntax
  list 
       word
       ne_list   tl:list  hd:bot  
       phrase dtrs:list
       e_list  
   syntax head:pos  
   vform 
  pos
       fin 
       noun case:case
       nonfin 
       verb vform:vform
        prp 
       prep
        pfp 
      s
        base 
   case
   pos  
      nom
      verb  vform:vform 
       acc
       noun   case:case  
  vform
      
       fin
       prep  
      nonfin
  syntax  head:pos 
        base
   case  
        prp
       acc  
        pfp
       nom 
.
</nowiki>
</nowiki>

Revision as of 10:43, 27 November 2017

Tutorial Session (November 27th)

Grammar 1

type_hierarchy
bot
   bool   
      minus   
      plus   
   sign   syntax:part_of_speech   
      phrase   dtrs:list   
      word   
   part_of_speech   
      sentence   
      verb   
      noun   
   list   
      ne_list   tl:list   hd:bot   
      e_list   
.

Grammar 2

type_hierarchy
bot
   sign   syntax:syntax   
      phrase   dtrs:list   
      word   
   list   
      ne_list   tl:list   hd:bot   
      e_list   
   vform   
      fin   
      nonfin   
         prp   
         pfp   
         base   
   pos   
      verb   vform:vform   
      noun   case:case   
      s   
      prep   
   syntax   head:pos   
   case   
      acc   
      nom   
.