mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 19:22:50 -06:00
more work on Finnish ClausePlus
This commit is contained in:
@@ -21,15 +21,19 @@ abstract ExtraFinAbs = Extra [
|
||||
|
||||
cat
|
||||
ClPlus ; -- clause with more variation
|
||||
Part ; -- discourse particle
|
||||
|
||||
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
|
||||
S_SVO : Temp -> Pol -> ClPlus -> S ; -- mepäs juomme maitoa
|
||||
S_SOV : Temp -> Pol -> ClPlus -> S ; -- mepäs maitoa juomme
|
||||
S_OSV : Temp -> Pol -> ClPlus -> S ; -- maitoapas me juomme
|
||||
S_OVS : Temp -> Pol -> ClPlus -> S ; -- maitoapas juomme me
|
||||
S_VSO : Temp -> Pol -> ClPlus -> S ; -- juommepas me maitoa
|
||||
S_VOS : Temp -> Pol -> ClPlus -> S ; -- juommepas maitoa me
|
||||
|
||||
PredClPlus : NP -> VP -> ClPlus ;
|
||||
|
||||
---- noPart, han_Part, pa_Part, pas_Part, ko_Part, kos_Part,
|
||||
---- kohan_Part, pahan_Part : Part ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user