forked from GitHub/gf-rgl
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