mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
fixing issues with extend and add new rule for different word order
This commit is contained in:
@@ -50,4 +50,6 @@ concrete ExtraLat of ExtraLatAbs =
|
||||
Abl_Prep = mkPrep "" Abl ;
|
||||
inAbl_Prep = mkPrep "in" Abl ;
|
||||
onAbl_Prep = mkPrep "in" Abl ; -- L...
|
||||
|
||||
UttSSVO s = { s = combineSentence s ! SPreS ! PreS ! CPreV ! SVO };
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
abstract ExtraLatAbs =
|
||||
Extra, Conjunction
|
||||
Conjunction
|
||||
** {
|
||||
cat CS ;
|
||||
fun
|
||||
@@ -29,4 +29,7 @@ abstract ExtraLatAbs =
|
||||
-- Preposition with alternate case
|
||||
inAbl_Prep : Prep ;
|
||||
onAbl_Prep : Prep ;
|
||||
|
||||
-- Add all the word orders
|
||||
UttSSVO : S -> Utt ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user