mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
cleaned up romance syntax and added to clause
This commit is contained in:
@@ -11,7 +11,7 @@ oper
|
||||
|
||||
nounPhraseOn = mkNameNounPhrase "se" Masc ; --- can be plural dep. on object
|
||||
|
||||
pronImpers = pronIl ; ---- should be [] ?
|
||||
pronImpers : NounPhrase = mkNameNounPhrase [] Masc ;
|
||||
|
||||
partitiveNounPhrase = \n,vino ->
|
||||
normalNounPhrase
|
||||
@@ -358,7 +358,5 @@ oper
|
||||
|
||||
negNe = "no" ; negPas = [] ;
|
||||
|
||||
predVerb0 rain = predVerbClause (mkNameNounPhrase [] Masc) rain (complVerb rain) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user