fixing issues with extend and add new rule for different word order

This commit is contained in:
Herbert Lange
2019-11-10 20:39:42 +01:00
parent 11a4d6ed12
commit 523b4841fc
2 changed files with 6 additions and 1 deletions
+2
View File
@@ -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 };
}