added tree for verb tense, mood and aspects
This commit is contained in:
		
							parent
							
								
									7d4e3908c2
								
							
						
					
					
						commit
						145a35c008
					
				@ -112,4 +112,15 @@
 | 
			
		||||
       ("[cor]" () ())
 | 
			
		||||
       ("{cor}" () ()))))))
 | 
			
		||||
 | 
			
		||||
(display (to-dot cons-tree)) (newline)
 | 
			
		||||
(define verbs
 | 
			
		||||
  '("[verbs]"
 | 
			
		||||
    ("[réel]"
 | 
			
		||||
     ("[passé]" () ())
 | 
			
		||||
     ("{passé}" () ()))
 | 
			
		||||
    ("{réel}"
 | 
			
		||||
     ("[optatif]" () ())
 | 
			
		||||
     ("{optatif}"
 | 
			
		||||
      ("[passé]" () ())
 | 
			
		||||
      ("{passé}" () ())))))
 | 
			
		||||
 | 
			
		||||
(display (to-dot verbs)) (newline)
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user