diff options
| author | aarne <aarne@cs.chalmers.se> | 2009-03-11 16:08:55 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2009-03-11 16:08:55 +0000 |
| commit | 18c6ec5788d2ff9d4c7c5c0e0b82a652114ad206 (patch) | |
| tree | 7af8cb145162dc2af399b2c50dce7be94e49d28b /next-lib/src/finnish/MakeStructuralFin.gf | |
| parent | 84a1d54e827531993b3e91d571456be54378cb44 (diff) | |
Finnish attempto started
Diffstat (limited to 'next-lib/src/finnish/MakeStructuralFin.gf')
| -rw-r--r-- | next-lib/src/finnish/MakeStructuralFin.gf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/next-lib/src/finnish/MakeStructuralFin.gf b/next-lib/src/finnish/MakeStructuralFin.gf new file mode 100644 index 000000000..2c32709cb --- /dev/null +++ b/next-lib/src/finnish/MakeStructuralFin.gf @@ -0,0 +1,13 @@ +--# -path=.:../common:../abstract + +resource MakeStructuralFin = open CatFin, ParadigmsFin, MorphoFin, Prelude in { + +oper + mkConj : Str -> Str -> Number -> Conj = \x,y,n -> + {s1 = x ; s2 = y ; n = n ; lock_Conj = <>} ; + mkSubj : Str -> Subj = \x -> + {s = x ; lock_Subj = <>} ; + mkIQuant : Str -> IQuant = \s -> + {s = \\n,c => s ; lock_IQuant = <>} ; ---- + +} |
