added tree for verb tense, mood and aspects

This commit is contained in:
Phuntsok Drak-pa 2019-07-11 04:20:27 +02:00
parent 7d4e3908c2
commit 145a35c008
1 changed files with 12 additions and 1 deletions

View File

@ -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)