started automated documentation of Extend module

This commit is contained in:
Aarne Ranta
2017-08-22 12:39:17 +03:00
parent db4c7a4d9f
commit 55f914f444
4 changed files with 65 additions and 9 deletions

View File

@@ -182,9 +182,9 @@ abstract Extend = Cat ** {
youPolFem_Pron : Pron ; -- vous (êtes vieille)
-- German
UttAccNP : NP -> Utt ; -- mich
UttDatNP : NP -> Utt ; -- mir
UttAccIP : NP -> Utt ; -- wen
UttDatIP : NP -> Utt ; -- wem
UttAccNP : NP -> Utt ; -- him (accusative)
UttDatNP : NP -> Utt ; -- him (dative)
UttAccIP : NP -> Utt ; -- whom (accusative)
UttDatIP : NP -> Utt ; -- whom (dative)
}