mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 22:26:33 -06:00
started automated documentation of Extend module
This commit is contained in:
@@ -85,9 +85,9 @@ lin
|
||||
youPlFem_Pron = youPl_Pron ;
|
||||
theyFem_Pron = they_Pron ;
|
||||
youPolFem_Pron = youPol_Pron ;
|
||||
UttAccNP = UttNP ;
|
||||
UttDatNP = UttNP ;
|
||||
UttAccIP = UttIP ;
|
||||
UttDatIP = UttIP ;
|
||||
UttAccNP = UttNP ; -- him (accusative) ; DEFAULT he
|
||||
UttDatNP np = UttAccNP (lin NP np) ; -- him(dative) ; DEFAULT he
|
||||
UttAccIP = UttIP ; -- whom (accusative) ; DEFAULT who
|
||||
UttDatIP ip = UttAccIP (lin IP ip) ; -- whom (dative) ; DEFAULT who
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user