mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
cleaned up romance syntax and added to clause
This commit is contained in:
@@ -14,7 +14,7 @@ oper
|
||||
|
||||
nounPhraseOn = mkNameNounPhrase "si" Masc ; --- can be plural dep. on object
|
||||
|
||||
pronImpers : NounPhrase = pronNounPhrase pronIl ; ---- should be empty
|
||||
pronImpers : NounPhrase = mkNameNounPhrase [] Masc ;
|
||||
|
||||
partitiveNounPhrase = \n,vino ->
|
||||
normalNounPhrase
|
||||
@@ -275,7 +275,4 @@ oper
|
||||
|
||||
negNe = "non" ; negPas = [] ;
|
||||
|
||||
predVerb0 rain = predVerbClause (mkNameNounPhrase [] Masc) rain (complVerb rain) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user