mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
romance interrogatives
This commit is contained in:
@@ -83,6 +83,8 @@ interface DiffRomance = open CommonRomance, Prelude in {
|
||||
conjThan : Str ;
|
||||
conjThat : Str ;
|
||||
|
||||
subjIf : Str ;
|
||||
|
||||
relPron : Bool => AAgr => Case => Str ;
|
||||
pronSuch : AAgr => Str ;
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ incomplete concrete QuestionRomance of Question =
|
||||
let cls = cl.s ! t ! a ! p
|
||||
in table {
|
||||
QDir => cls ! Indic ;
|
||||
QIndir => "si" ++ cls ! Indic ---- subjIf
|
||||
QIndir => subjIf ++ cls ! Indic
|
||||
}
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user