ExtraFin functions for word order variations

This commit is contained in:
aarne
2011-02-08 15:49:04 +00:00
parent 55d15c9bf8
commit ff1413e801
4 changed files with 66 additions and 11 deletions

View File

@@ -19,4 +19,17 @@ abstract ExtraFinAbs = Extra [
ProDropPoss : Pron -> Quant ; -- vaimoni
cat
ClPlus ; -- clause with more variation
fun
S_SVO : Temp -> Pol -> ClPlus -> S ; -- me juomme maitoa
S_SOV : Temp -> Pol -> ClPlus -> S ; -- me maitoa juomme
S_OSV : Temp -> Pol -> ClPlus -> S ; -- maitoa me juomme
S_OVS : Temp -> Pol -> ClPlus -> S ; -- maitoa juomme me
S_VSO : Temp -> Pol -> ClPlus -> S ; -- juomme me maitoa
S_VOS : Temp -> Pol -> ClPlus -> S ; -- juomme maitoa me
PredClPlus : NP -> VP -> ClPlus ;
}