mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 00:20:11 -06:00
added DetNPMasc
This commit is contained in:
@@ -93,9 +93,9 @@ lin
|
||||
CompQS = variants {} ; -- QS -> Comp ; -- (the question is) who sleeps
|
||||
CompVP = variants {} ; -- Ant -> Pol -> VP -> Comp ; -- (she is) to go
|
||||
|
||||
|
||||
DetNPMasc = DetNP ;
|
||||
DetNPFem = DetNP ;
|
||||
|
||||
|
||||
iFem_Pron = i_Pron ; -- DEFAULT I (masc)
|
||||
youFem_Pron = youSg_Pron ; -- DEFAULT you (masc)
|
||||
weFem_Pron = we_Pron ; -- DEFAULT we (masc)
|
||||
@@ -112,4 +112,4 @@ lin
|
||||
oper
|
||||
quoted : Str -> Str = \s -> "\"" ++ s ++ "\"" ; ---- TODO bind ; move to Prelude?
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user