mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 09:46:22 -06:00
fix word order of question
This commit is contained in:
@@ -56,7 +56,7 @@ concrete NounEng of Noun = CatEng ** open MorphoEng, ResEng, Prelude in {
|
||||
|
||||
DetNP det = {
|
||||
-- s = case det.hasNum of {True => \\_ => det.s ; _ => \\c => det.sp ! c} ;
|
||||
s = det.sp ! Neutr ! False ;
|
||||
s = \\c => det.sp ! Neutr ! False ! c ++ "whatevr" ;
|
||||
a = agrP3 det.n
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user