summaryrefslogtreecommitdiff
path: root/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/old-lib/resource/finnish/ExtraFinAbs.gf')
-rw-r--r--deprecated/old-lib/resource/finnish/ExtraFinAbs.gf19
1 files changed, 19 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf b/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf
new file mode 100644
index 000000000..824411120
--- /dev/null
+++ b/deprecated/old-lib/resource/finnish/ExtraFinAbs.gf
@@ -0,0 +1,19 @@
+abstract ExtraFinAbs = Extra [
+ GenNP,VPI,ListVPI,BaseVPI,ConsVPI,MkVPI,ComplVPIVV,ConjVPI,
+ VV,VP,Conj,NP,Quant] ** {
+
+ fun
+ AdvExistNP : Adv -> NP -> Cl ; -- kuvassa olemme me
+ AdvPredNP : Adv -> V -> NP -> Cl ; -- kuvassa hymyilee Veikko
+
+ RelExistNP : Prep -> RP -> NP -> RCl ; -- jossa on jazzia
+
+ i_implicPron : Pron ; -- (minä), minut, ...
+ whatPart_IP : IP ;
+
+ PartCN : CN -> NP ; -- olutta
+
+ vai_Conj : Conj ; -- minä vai sinä? ("or" in question)
+
+ CompPartAP : AP -> Comp ; -- kahvi on valmista
+}